aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid J. MacKenzie1993-01-14 20:38:21 +0000
committerDavid J. MacKenzie1993-01-14 20:38:21 +0000
commit65565c68813000777473c0792b5f8a2ee69597eb (patch)
treea887ec40ca8e02ea24bda097f4c513cbd49fa773 /src
parent1e8e116226c8c329d25457ea266ce2c4facaaedf (diff)
downloademacs-65565c68813000777473c0792b5f8a2ee69597eb.tar.gz
emacs-65565c68813000777473c0792b5f8a2ee69597eb.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/regex.h17
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
387 prototype (if we are ANSI), and once without (if we aren't) -- we 387 prototype (if we are ANSI), and once without (if we aren't) -- we
388 use the following macro to declare argument types. This 388 use the following macro to declare argument types. This
389 unfortunately clutters up the declarations a bit, but I think it's 389 unfortunately clutters up the declarations a bit, but I think it's
390 worth it. 390 worth it. */
391
392 We may also have to undo `const' if we are not ANSI -- but if it has
393 already been defined, as by Autoconf's AC_CONST, don't do anything. */
394 391
395#if __STDC__ 392#if __STDC__
396 393
@@ -400,18 +397,6 @@ typedef struct
400 397
401#define _RE_ARGS(args) () 398#define _RE_ARGS(args) ()
402 399
403#ifndef USING_AUTOCONF
404
405#ifndef HAVE_CONST
406#define const
407#else
408#if !HAVE_CONST
409#define const
410#endif
411#endif
412
413#endif /* not USING_AUTOCONF */
414
415#endif /* not __STDC__ */ 400#endif /* not __STDC__ */
416 401
417/* Sets the current default syntax to SYNTAX, and return the old syntax. 402/* Sets the current default syntax to SYNTAX, and return the old syntax.