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

Comparing ray/src/common/standard.h (file contents):
Revision 2.12 by gwlarson, Wed Jun 17 13:28:16 1998 UTC vs.
Revision 2.13 by gwlarson, Wed Aug 12 17:57:44 1998 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1997 Silicon Graphics, Inc. */
1 > /* Copyright (c) 1998 Silicon Graphics, Inc. */
2  
3   /* SCCSid "$SunId$ SGI" */
4  
# Line 41 | Line 41 | typedef struct {
41   #define  W_OK           2               /* writable */
42   #define  X_OK           1               /* executable */
43   #define  F_OK           0               /* exists */
44 + #endif
45 +
46 + #ifndef  int2
47 + #define  int2           short           /* two-byte integer */
48 + #endif
49 + #ifndef  int4
50 + #define  int4           int             /* four-byte integer */
51   #endif
52  
53   extern int  eputs(), wputs();   /* standard error output functions */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines