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

Comparing ray/src/common/calexpr.c (file contents):
Revision 2.6 by greg, Mon Sep 21 12:01:54 1992 UTC vs.
Revision 2.7 by greg, Sat Sep 26 08:13:32 1992 UTC

# Line 407 | Line 407 | char  *err;
407              eputs(infile != NULL ? ", line " : "line ");
408              eputs(ltoa((long)lineno));
409          }
410 <        eputs(": syntax error:\n");
410 >        eputs(":\n");
411      }
412      eputs(linbuf);
413      if (linbuf[strlen(linbuf)-1] != '\n')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines