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

Comparing ray/src/gen/mkillum.c (file contents):
Revision 2.12 by greg, Tue Mar 11 19:29:05 2003 UTC vs.
Revision 2.13 by schorsch, Sun Jun 8 12:03:10 2003 UTC

# Line 5 | Line 5 | static const char RCSid[] = "$Id$";
5   * Make illum sources for optimizing rendering process
6   */
7  
8 #include  "mkillum.h"
9
8   #include  <signal.h>
11
9   #include  <ctype.h>
10 + #include  <stdio.h>
11  
12 + #include  "platform.h"
13 + #include  "mkillum.h"
14 +
15                                  /* default parameters */
16   #define  SAMPDENS       48              /* points per projected steradian */
17   #define  NSAMPS         32              /* samples per point */
# Line 156 | Line 157 | init()                         /* start rtrace and set up buffers */
157          ofun[OBJ_SPHERE].funp = o_sphere;
158          ofun[OBJ_RING].funp = o_ring;
159                                          /* set up signal handling */
160 + #ifndef _WIN32 /* XXX what do we use instead? */
161          signal(SIGPIPE, quit);
162 + #endif
163                                          /* start rtrace process */
164          errno = 0;
165          maxbytes = open_process(rt.pd, rtargv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines