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

Comparing ray/src/meta/meta.h (file contents):
Revision 1.10 by greg, Mon Mar 22 02:24:23 2004 UTC vs.
Revision 1.12 by greg, Fri Jun 9 15:25:49 2023 UTC

# Line 55 | Line 55 | extern "C" {
55   #define  SPAT3  07              /* set pattern 3 */
56  
57  
58 < #ifdef  _WIN32  /* XXX */
58 > #if defined(_WIN32) || defined(_WIN64) /* XXX */
59   #define MDIR "C:\\tmp\\" /* XXX we just need something to compile for now */
60   #define TTY "CON:"   /* XXX this probably doesn't work */
61   #define TDIR "C:\\tmp\\" /* XXX we just need something to compile for now */
# Line 120 | Line 120 | typedef struct plist  PLIST;
120   *   External declarations
121   */
122  
123 < char  *savestr();
123 > char  *savestr(const char *str);
124  
125 < PRIMITIVE *pop();
125 > PRIMITIVE *pop(PLIST *pl);
126  
127 < FILE  *efopen(), *mfopen();
127 > FILE  *efopen(const char *fn, const char *mode);
128 > FILE  *mfopen(const char *fn, const char *mode);
129  
130   extern char  coms[];
131   extern char  errmsg[];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines