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

Comparing ray/src/util/rfluxmtx.c (file contents):
Revision 2.34 by greg, Tue Feb 2 18:02:32 2016 UTC vs.
Revision 2.35 by greg, Fri Mar 4 00:21:21 2016 UTC

# Line 18 | Line 18 | static const char RCSid[] = "$Id$";
18   #include "triangulate.h"
19   #include "platform.h"
20  
21 #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
22 #undef getc
23 #define getc    getc_unlocked
24 #endif
25
21   #define MAXRCARG        512
22  
23   char            *progname;              /* global argv[0] */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines