aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid J. MacKenzie1992-12-01 18:28:07 +0000
committerDavid J. MacKenzie1992-12-01 18:28:07 +0000
commita8cfc9f7e0f309f9c2582b8ee23e1932572886a3 (patch)
treecd5efabccb9df37e9bba3dd2a729fae33d767534
parente12d0df7040cfd607bf67a7487eddfac5979b51e (diff)
downloademacs-a8cfc9f7e0f309f9c2582b8ee23e1932572886a3.tar.gz
emacs-a8cfc9f7e0f309f9c2582b8ee23e1932572886a3.zip
*** empty log message ***
-rw-r--r--src/regex.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 02455be179c..22777ca2be6 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -29,11 +29,14 @@
29/* We need this for `regex.h', and perhaps for the Emacs include files. */ 29/* We need this for `regex.h', and perhaps for the Emacs include files. */
30#include <sys/types.h> 30#include <sys/types.h>
31 31
32#ifdef HAVE_CONFIG_H
33#include "config.h"
34#endif
35
32/* The `emacs' switch turns on certain matching commands 36/* The `emacs' switch turns on certain matching commands
33 that make sense only in Emacs. */ 37 that make sense only in Emacs. */
34#ifdef emacs 38#ifdef emacs
35 39
36#include "config.h"
37#include "lisp.h" 40#include "lisp.h"
38#include "buffer.h" 41#include "buffer.h"
39#include "syntax.h" 42#include "syntax.h"