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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.24 by greg, Mon Feb 28 09:24:43 1994 UTC vs.
Revision 2.25 by greg, Tue Jul 12 15:24:28 1994 UTC

# Line 350 | Line 350 | char  *s;
350          register PNODE  *p = &ptrunk;
351          int  adapt = 0;
352          double  e = 1.0;
353 < start:
353 >
354          for (cp = s; isspace(*cp); cp++)
355                  ;
356          if (*cp == '@') {
357                  adapt++;
358 <                goto start;
358 >                while (isspace(*++cp))
359 >                        ;
360          }
361          if (*cp == '\0') {              /* normalize to point */
362                  if (dev->getcur == NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines