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

Comparing ray/src/meta/igraph.c (file contents):
Revision 1.4 by schorsch, Sat Nov 15 02:13:37 2003 UTC vs.
Revision 1.5 by greg, Thu Feb 9 21:54:11 2023 UTC

# Line 101 | Line 101 | char  *argv[];
101          return 0; /* pro forma return */
102   }
103  
104 < extern void
105 < eputs(msg)                              /* print error message */
106 < char  *msg;
104 > void
105 > eputs(const char *msg)                  /* print error message */
106   {
107          fputs(msg, stderr);
108   }
109  
110 < extern void
111 < quit(code)                              /* recover or quit */
113 < int  code;
110 > void
111 > quit(int code)                          /* recover or quit */
112   {
113          if (code && recover--)
114                  longjmp(env, 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines