=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/nl_types.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/include/nl_types.h 1996/09/15 08:09:48 1.3 --- src/include/nl_types.h 1996/09/15 10:10:11 1.4 *************** *** 81,87 **** #define NL_SETD 1 #define NL_CAT_LOCALE 1 ! typedef struct { void *__data; int __size; } *nl_catd; --- 81,87 ---- #define NL_SETD 1 #define NL_CAT_LOCALE 1 ! typedef struct _nl_catd { void *__data; int __size; } *nl_catd;