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

Comparing ray/src/meta/metacalls.c (file contents):
Revision 1.2 by schorsch, Sun Jun 8 12:03:10 2003 UTC vs.
Revision 1.4 by greg, Tue Mar 16 15:55:27 2004 UTC

# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8   */
9  
10   #include  "meta.h"
11 + #include  "plot.h"
12  
13  
14   #define  RIGHT          0
# Line 24 | Line 25 | static int  curx = 0;
25   static int  cury = 0;
26   static int  cura0 = 0;
27   static int  inpoly = FALSE;
28 < static char  curargs[MAXARGS] = "";
28 > static char  curargs[6*MAXARGS] = "";
29   static char  *cap;
30  
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines