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

Comparing ray/src/gen/xform.c (file contents):
Revision 2.18 by gwlarson, Fri Jun 4 15:51:04 1999 UTC vs.
Revision 2.19 by gwlarson, Fri Jun 4 16:00:27 1999 UTC

# Line 197 | Line 197 | int  ac, fi;
197                  for (i = 1; i < fi; i++)
198                          avp[i] = av[i];
199                  newac = i;
200 <                cp = argbuf;                    /* parse new words */
200 >                cp = argbuf;            /* parse new words */
201 >                if (*cp == '!') cp++;
202 >                if (!strncmp(cp, "xform ", 6)) cp += 6;
203                  for ( ; ; ) {
204                          while (isspace(*cp))    /* nullify spaces */
205                                  *cp++ = '\0';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines