ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/mkillum3.c
(Generate patch)

Comparing ray/src/gen/mkillum3.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:05:08 1991 UTC vs.
Revision 2.2 by greg, Wed Mar 11 12:25:49 1992 UTC

# Line 24 | Line 24 | register OBJREC  *obj;
24   {
25          register int  i;
26  
27 +        if (!strcmp(mod, VOIDID))       /* don't print void objects */
28 +                return;
29          printf("\n%s %s %s", mod, ofun[obj->otype].funame, obj->oname);
30          printf("\n%d", obj->oargs.nsargs);
31          for (i = 0; i < obj->oargs.nsargs; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines