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.25 by greg, Thu May 26 14:46:21 2005 UTC vs.
Revision 2.27 by schorsch, Wed Jun 7 17:52:04 2006 UTC

# Line 155 | Line 155 | main(          /* compute illum distributions using rtrace */
155          else
156                  filter(stdin, "standard input");
157          quit(0);
158 +        return 0; /* pro forma return */
159   }
160  
161 +
162 + #ifndef SIGALRM
163 + #define SIGALRM SIGTERM
164 + #endif
165   static void
166   killpersist(void)                       /* kill persistent rtrace process */
167   {
# Line 169 | Line 174 | killpersist(void)                      /* kill persistent rtrace process
174                  unlink(persistfn);
175          fclose(fp);
176   }
177 +
178  
179   int
180   done_rprocs(struct rtproc *rtp)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines