# HG changeset patch # User Jim Blandy # Date 725179785 0 # Node ID e5e26318e6e58cce5eb766b61fc6cc89d97f95d9 # Parent 6ba3bca4c3deb596a27b4984ffdbe3826da87dae *** empty log message *** diff -r 6ba3bca4c3de -r e5e26318e6e5 src/regex.h --- a/src/regex.h Thu Dec 24 06:23:08 1992 +0000 +++ b/src/regex.h Thu Dec 24 06:49:45 1992 +0000 @@ -393,12 +393,25 @@ already been defined, as by Autoconf's AC_CONST, don't do anything. */ #if __STDC__ + #define _RE_ARGS(args) args + #else /* not __STDC__ */ + #define _RE_ARGS(args) () -#if !const && !HAVE_CONST + +#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.