From: Sebastian Hammer Date: Tue, 5 Dec 1995 14:26:40 +0000 (+0000) Subject: Added global lbuf to data1_node. X-Git-Tag: YAZ.1.8~860 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=8d84b94601b2be119f2a2d511b268a6123e4aaf9;hp=2dda9d9bfe56381a6a9ae1f6f72d69645e552dcb Added global lbuf to data1_node. --- 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;