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

Comparing ray/src/common/rexpr.c (file contents):
Revision 1.2 by greg, Tue Jul 16 10:51:42 1991 UTC vs.
Revision 1.3 by greg, Thu Sep 5 15:03:48 1991 UTC

# Line 245 | Line 245 | register char *ep;
245                  return(0);
246  
247          case CBRC:
248 <                if (lp == expbuf)
248 >                if (lp == alp)
249                          continue;
250                  if ((isalnum(*lp) || *lp == '_') && !(isalnum(lp[-1]) || lp[-1] == '_'))
251                          continue;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines