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

Comparing ray/src/common/bsdf_t.c (file contents):
Revision 3.42 by greg, Sat Apr 25 19:08:29 2015 UTC vs.
Revision 3.43 by greg, Sat Aug 1 23:27:04 2015 UTC

# Line 924 | Line 924 | next_token(char **spp)
924   }
925  
926   /* Advance pointer past matching token (or any token if c==0) */
927 < #define eat_token(spp,c)        (next_token(spp)==(c) ^ !(c) ? *(*(spp))++ : 0)
927 > #define eat_token(spp,c)        ((next_token(spp)==(c)) ^ !(c) ? *(*(spp))++ : 0)
928  
929   /* Count words from this point in string to '}' */
930   static int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines