From 8d84b94601b2be119f2a2d511b268a6123e4aaf9 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 5 Dec 1995 14:26:40 +0000 Subject: [PATCH] Added global lbuf to data1_node. --- include/data1.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/data1.h b/include/data1.h index 8feeb71..f0d54b8 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.4 1995-11-13 09:27:29 quinn + * Revision 1.5 1995-12-05 14:26:40 quinn + * Added global lbuf to data1_node. + * + * Revision 1.4 1995/11/13 09:27:29 quinn * Fiddling with the variant stuff. * * Revision 1.3 1995/11/01 16:34:52 quinn @@ -272,7 +275,7 @@ typedef struct data1_node } what; int len; char *data; /* filename or data */ -#define DATA1_LOCALDATA 15 +#define DATA1_LOCALDATA 40 char lbuf[DATA1_LOCALDATA]; /* small buffer for local data */ } data; @@ -288,6 +291,7 @@ typedef struct data1_node } indicator; } u; + char lbuf[DATA1_LOCALDATA]; /* small buffer for local data */ int line; int num_children; struct data1_node *next; -- 1.7.10.4