--- ray/src/meta/metacalls.c 2003/06/08 12:03:10 1.2 +++ ray/src/meta/metacalls.c 2004/03/16 15:55:27 1.4 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: metacalls.c,v 1.2 2003/06/08 12:03:10 schorsch Exp $"; +static const char RCSid[] = "$Id: metacalls.c,v 1.4 2004/03/16 15:55:27 greg Exp $"; #endif /* * metacalls.c - functional interface to metafile. @@ -8,6 +8,7 @@ static const char RCSid[] = "$Id: metacalls.c,v 1.2 20 */ #include "meta.h" +#include "plot.h" #define RIGHT 0 @@ -24,7 +25,7 @@ static int curx = 0; static int cury = 0; static int cura0 = 0; static int inpoly = FALSE; -static char curargs[MAXARGS] = ""; +static char curargs[6*MAXARGS] = ""; static char *cap;