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

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

# Line 95 | Line 95 | int  cellsize;         /* the size of a maze cell (in metacoo
95  
96   char  *progname;
97  
98 #define  CPMEOF  0x1a
98  
100
99   main(argc, argv)
100  
101   int  argc;
# Line 106 | Line 104 | char  **argv;
104   {
105      FILE  *fp;
106  
109 #ifdef  CPM
110    fixargs("cvmaze", &argc, &argv);
111 #endif
107      progname = *argv++;
108      argc--;
109          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines