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

Comparing ray/src/ot/oconv.c (file contents):
Revision 2.16 by schorsch, Sun Jun 8 12:03:10 2003 UTC vs.
Revision 2.17 by greg, Sat Jun 21 15:05:01 2003 UTC

# Line 191 | Line 191 | register char  *s;
191                  inln = 0;
192   }
193  
194 +                                /* conflicting def's in param.h */
195 + #undef  tstbit
196 + #undef  setbit
197 + #undef  clrbit
198 + #undef  tglbit
199  
200   #define  bitop(f,i,op)          (f[((i)>>3)] op (1<<((i)&7)))
201   #define  tstbit(f,i)            bitop(f,i,&)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines