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

Comparing ray/src/rt/rview.c (file contents):
Revision 2.19 by greg, Tue Feb 25 02:47:23 2003 UTC vs.
Revision 2.20 by schorsch, Mon Jun 30 14:59:13 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include "copyright.h"
11  
12 < #include  "ray.h"
12 > #include  <signal.h>
13 > #include  <ctype.h>
14  
15 + #include  "platform.h"
16 + #include  "ray.h"
17   #include  "rpaint.h"
18  
16 #include  <signal.h>
19  
18 #include  <ctype.h>
19
20   CUBE  thescene;                         /* our scene */
21   OBJECT  nsceneobjs;                     /* number of objects in our scene */
22  
# Line 121 | Line 121 | char  *dname;
121                                  error(USER, errmsg);
122                          } else
123                                  return;
124 < #ifndef NIX                                                
124 > #ifndef RHAS_FORK_EXEC /* XXX otherwise we do nothing? */
125                                                  /* not there, try exec */
126          if ((dev = comm_init(dname, id)) == NULL) {
127                  sprintf(errmsg, "cannot start device \"%s\"", dname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines