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

Comparing ray/src/meta/hfio.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.3 by schorsch, Fri Aug 1 14:14:24 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char       RCSid[] = "$Id$";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   *    Human-readable file I/O
# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8  
9   #include  "meta.h"
10  
11
12
13 #if  CPM || MAC
14 #define  getc  agetc
15 #define  putc  aputc
16 #endif
11  
12  
13   static PRIMITIVE  peof = {PEOF, 0200, -1, -1, -1, -1, NULL};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines