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

Comparing ray/src/common/error.c (file contents):
Revision 2.1 by greg, Tue Nov 12 16:56:00 1991 UTC vs.
Revision 2.3 by gregl, Wed May 28 17:23:31 1997 UTC

# Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL";
10  
11   #include  "standard.h"
12  
13 + #ifndef linux
14   extern char  *sys_errlist[];    /* system error list */
15   extern int  sys_nerr;           /* number of system errors */
16 + #endif
17  
18 < char  errmsg[128];              /* global error message buffer */
18 > char  errmsg[512];              /* global error message buffer */
19  
20  
21   error(etype, emsg)              /* report error, quit if necessary */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines