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.10 by schorsch, Fri Mar 26 21:36:20 2004 UTC vs.
Revision 3.13 by greg, Sat Dec 12 19:01:00 2009 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char RCSid[] = "$Id";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   *  Radiance object animation program
# Line 168 | Line 168 | userr:
168  
169  
170   void
171 < eputs(s)                                /* put string to stderr */
172 < register char  *s;
171 > eputs(                          /* put string to stderr */
172 >        register char  *s
173 > )
174   {
175          static int  midline = 0;
176  
# Line 184 | Line 185 | register char  *s;
185                  fflush(stderr);
186                  midline = 0;
187          }
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines