--- ray/src/gen/xform.c 2003/11/16 09:23:46 2.35 +++ ray/src/gen/xform.c 2004/08/21 02:59:47 2.38 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: xform.c,v 2.35 2003/11/16 09:23:46 schorsch Exp $"; +static const char RCSid[] = "$Id: xform.c,v 2.38 2004/08/21 02:59:47 greg Exp $"; #endif /* * xform.c - program to transform object files. @@ -54,7 +54,7 @@ static void xfcomm(char *fname, FILE *fin); static void xfobject(char *fname, FILE *fin); static int addxform(FILE *fin); static int alias(FILE *fin); -static void initotypes(void); +void initotypes(void); /* XXX conflict with otypes.h */ static void openmain(char *iname); @@ -181,7 +181,7 @@ doargf( /* take argument list from file */ { int inquote; char *newav[256], **avp; - char argbuf[1024]; + char argbuf[2048]; char newid[128]; char *oldid; register char *cp; @@ -374,7 +374,7 @@ xfcomm( /* transform a command */ ) { FILE *pin; - char buf[512]; + char buf[2048]; int i; fgetline(buf, sizeof(buf), fin);