diff options
author | David Schleef <ds@schleef.org> | 2001-11-18 01:56:17 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-18 01:56:17 +0000 |
commit | 16a7c3dc1416da426f4652f306d4abf16572dfd8 (patch) | |
tree | 82d24383671db0be2281e64747258a69d249c939 /include | |
parent | b3f8080d190fda856cb04c319c7e3986e26a0b5c (diff) |
Don't define _GNU_OBSTACK_INTERFACE_VERSION, because we don't provide
obstack.
Diffstat (limited to 'include')
-rw-r--r-- | include/gnu-versions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnu-versions.h b/include/gnu-versions.h index 59e617c4b..887fdf511 100644 --- a/include/gnu-versions.h +++ b/include/gnu-versions.h @@ -44,7 +44,7 @@ remember, if any of these versions change, the libc.so major version number must change too (so avoid it)! */ -#define _GNU_OBSTACK_INTERFACE_VERSION 1 /* vs malloc/obstack.c */ +//#define _GNU_OBSTACK_INTERFACE_VERSION 1 /* vs malloc/obstack.c */ #define _GNU_REGEX_INTERFACE_VERSION 1 /* vs posix/regex.c */ #define _GNU_GLOB_INTERFACE_VERSION 1 /* vs posix/glob.c */ #define _GNU_GETOPT_INTERFACE_VERSION 2 /* vs posix/getopt.c and |