diff options
author | David J. MacKenzie <djm@gnu.org> | 1993-01-14 20:38:21 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1993-01-14 20:38:21 +0000 |
commit | 65565c68813000777473c0792b5f8a2ee69597eb (patch) | |
tree | a887ec40ca8e02ea24bda097f4c513cbd49fa773 /src/regex.h | |
parent | 1e8e116226c8c329d25457ea266ce2c4facaaedf (diff) | |
download | emacs-65565c68813000777473c0792b5f8a2ee69597eb.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/regex.h')
-rw-r--r-- | src/regex.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/src/regex.h b/src/regex.h index ea701231c20..0840861da36 100644 --- a/src/regex.h +++ b/src/regex.h @@ -387,10 +387,7 @@ typedef struct prototype (if we are ANSI), and once without (if we aren't) -- we use the following macro to declare argument types. This unfortunately clutters up the declarations a bit, but I think it's - worth it. - - We may also have to undo `const' if we are not ANSI -- but if it has - already been defined, as by Autoconf's AC_CONST, don't do anything. */ + worth it. */ #if __STDC__ @@ -400,18 +397,6 @@ typedef struct #define _RE_ARGS(args) () -#ifndef USING_AUTOCONF - -#ifndef HAVE_CONST -#define const -#else -#if !HAVE_CONST -#define const -#endif -#endif - -#endif /* not USING_AUTOCONF */ - #endif /* not __STDC__ */ /* Sets the current default syntax to SYNTAX, and return the old syntax. |