X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fdata1.h;h=dce4698e7cd7b3d6251aa58ff2de2e3bf70178a2;hp=e7982d4a99236fb011ce70b163e24f9b7b4503d1;hb=f69d4aa4609ff3daa71733da1ea0fcd8322ab954;hpb=ccbb2c2626db1995797199b57c99fd95d8d35a9e diff --git a/include/data1.h b/include/data1.h index e7982d4..dce4698 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,11 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.38 1998-10-15 08:29:15 adam + * Revision 1.39 1998-10-28 15:10:06 adam + * Added --with-yc option to configure. For the data1_node in data1.h: + * decreased size of localdata and removed member "line" which wasn't useful. + * + * Revision 1.38 1998/10/15 08:29:15 adam * Tag set type may be specified in reference to it using "tagset" * directive in .abs-files and "include" directive in .tag-files. * @@ -438,9 +442,8 @@ typedef struct data1_node } u; void (*destroy)(struct data1_node *n); -#define DATA1_LOCALDATA 40 +#define DATA1_LOCALDATA 20 char lbuf[DATA1_LOCALDATA]; /* small buffer for local data */ - int line; struct data1_node *next; struct data1_node *child; struct data1_node *last_child;