diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-05 21:52:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-05 21:52:08 +0000 |
commit | 2f043956cfc3115f0d4a6af846d7289192cbfd6a (patch) | |
tree | fb1dba1790585c700f3f5ea27c5075c79a7a007f /config.h.in | |
parent | 4520d7aac8e37e427f5ab34ffa4418a0eb86104f (diff) | |
download | glibc-2f043956cfc3115f0d4a6af846d7289192cbfd6a.tar.gz glibc-2f043956cfc3115f0d4a6af846d7289192cbfd6a.tar.xz glibc-2f043956cfc3115f0d4a6af846d7289192cbfd6a.zip |
* config.h.in: Remove HAVE_SUBTRACT_LOCAL_LABELS.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index 261ee73f04..f97a3ea02b 100644 --- a/config.h.in +++ b/config.h.in @@ -182,10 +182,6 @@ /* Override abi-tags ABI version if necessary. */ #undef __ABI_TAG_VERSION -/* An extension in gcc 2.96 and up allows the subtraction of two - local labels. */ -#undef HAVE_SUBTRACT_LOCAL_LABELS - /* bash 2.0 introduced the _XXX_GNU_nonoption_argv_flags_ variable to help getopt determine whether a parameter is a flag or not. This features was disabled later since it caused trouble. We are by default therefore |