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

Comparing ray/src/gen/xform.c (file contents):
Revision 2.35 by schorsch, Sun Nov 16 09:23:46 2003 UTC vs.
Revision 2.37 by greg, Fri Jul 2 16:45:32 2004 UTC

# Line 54 | Line 54 | static void xfcomm(char *fname, FILE *fin);
54   static void xfobject(char *fname, FILE *fin);
55   static int addxform(FILE *fin);
56   static int alias(FILE *fin);
57 < static void initotypes(void);
57 > void initotypes(void); /* XXX conflict with otypes.h */
58   static void openmain(char *iname);
59  
60  
# Line 181 | Line 181 | doargf(                        /* take argument list from file */
181   {
182          int  inquote;
183          char  *newav[256], **avp;
184 <        char  argbuf[1024];
184 >        char  argbuf[2048];
185          char  newid[128];
186          char  *oldid;
187          register char   *cp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines