Craig A. Berry [Fri, 9 Nov 2001 18:13:16 +0000 (12:13 -0600)]
Message-Id: <5.1.0.14.2.
20011109180651.02b31d20@exchi01>
p4raw-id: //depot/perl@12924
#endif
/* The biggest line we can read in from a file */
-#define LINEBUFFERSIZE 400
+#define LINEBUFFERSIZE 1024
#define NUMTILDESUBS 30
#define NUMCONFIGSUBS 1000
#define TOKENBUFFERSIZE 80
/* Any tag/value pairs on the command line? */
if (argc > 3) {
int i;
- char WorkString[80];
+ char WorkString[LINEBUFFERSIZE];
for (i=3; i < argc && argv[i]; i++) {
/* Local copy */