# HG changeset patch # User David J. MacKenzie # Date 727043901 0 # Node ID cc86c049e57669738e5dcab08db8eff2d40edd68 # Parent 00beac79bcc7fe6b6f7564a90ab15d5f3b4d36f4 *** empty log message *** diff -r 00beac79bcc7 -r cc86c049e576 src/regex.h --- a/src/regex.h Thu Jan 14 20:09:22 1993 +0000 +++ b/src/regex.h Thu Jan 14 20:38:21 1993 +0000 @@ -387,10 +387,7 @@ 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 @@ #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.