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

Comparing ray/src/util/getinfo.c (file contents):
Revision 2.8 by schorsch, Fri Jan 2 11:44:24 2004 UTC vs.
Revision 2.9 by greg, Sat Jun 9 04:24:16 2012 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13   #include  "platform.h"
14   #include  "resolu.h"
15  
16 + #ifdef getc_unlocked            /* avoid nasty file-locking overhead */
17 + #undef getchar
18 + #undef putchar
19 + #define getchar         getchar_unlocked
20 + #define putchar         putchar_unlocked
21 + #endif
22 +
23 +
24   static gethfunc tabstr;
25   static void getdim(register FILE *fp);
26   static void copycat(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines