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

Comparing ray/src/cv/mgflib/parser.h (file contents):
Revision 1.32 by gregl, Fri Jan 16 10:47:27 1998 UTC vs.
Revision 1.33 by greg, Fri Feb 28 20:11:29 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1995 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid: $Id$ */
2   /*
3   * Header file for MGF interpreter
4   */
5  
6   #ifndef MG_VMAJOR
7  
8 < /* must include stdio.h before us */
8 > /* must include stdio.h and stdlib.h before us */
9  
10   #define MG_VMAJOR       2               /* major version number */
11   #define MG_VMINOR       0               /* minor version number */
# Line 469 | Line 466 | extern int     xf(XF *, int, char **);         /* interpret trans
466   #endif
467   #endif
468  
472 #ifdef DCL_ATOF
473 extern double   atof();
474 #endif
475
469   #ifndef MEM_PTR
470   #define MEM_PTR         void *
471   #endif
479
480 extern MEM_PTR  malloc();
481 extern MEM_PTR  calloc();
482 extern MEM_PTR  realloc();
483 extern void     free();
472  
473   #endif /*MG_VMAJOR*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines