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

Comparing ray/src/util/ranimove.c (file contents):
Revision 3.12 by greg, Tue Sep 28 17:54:19 2004 UTC vs.
Revision 3.13 by greg, Sat Dec 12 19:01:00 2009 UTC

# Line 188 | Line 188 | eputs(                         /* put string to stderr */
188   }
189  
190  
191 + void
192 + quit(ec)                        /* make sure exit is called */
193 + int     ec;
194 + {
195 +        if (ray_pnprocs > 0)    /* close children if any */
196 +                ray_pclose(0);          
197 +        exit(ec);
198 + }
199 +
200 +
201   static void
202   setdefaults(void)                       /* set default values */
203   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines