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

Comparing ray/src/gen/xform.c (file contents):
Revision 2.48 by greg, Wed Jul 9 23:14:58 2014 UTC vs.
Revision 2.50 by greg, Fri Mar 4 00:21:21 2016 UTC

# Line 13 | Line 13 | static const char RCSid[] = "$Id$";
13  
14   #include  "platform.h"
15   #include  "paths.h"
16 #include  "rtprocess.h" /* win_popen() */
16   #include  "rtio.h"
17   #include  "rtmath.h"
18   #include  "object.h"
19   #include  "otypes.h"
21
22 #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
23 #undef getc
24 #define getc    getc_unlocked
25 #endif
20  
21   int  xac;                               /* global xform argument count */
22   char  **xav;                            /* global xform argument pointer */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines