diff options
| author | Richard M. Stallman | 1994-04-21 03:24:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-21 03:24:35 +0000 |
| commit | 379728da93fc064a7ca81ff4809c9637d56d13ba (patch) | |
| tree | d56fe6a6f220515098e721bcea76e084edb3d455 | |
| parent | 090cebb5f4ea894e6ce875ff64d16e7ff2d06de2 (diff) | |
| download | emacs-379728da93fc064a7ca81ff4809c9637d56d13ba.tar.gz emacs-379728da93fc064a7ca81ff4809c9637d56d13ba.zip | |
*** empty log message ***
| -rw-r--r-- | src/regex.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/regex.c b/src/regex.c index 60c6b3b0054..4513cb10298 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -40,10 +40,6 @@ | |||
| 40 | /* We need this for `regex.h', and perhaps for the Emacs include files. */ | 40 | /* We need this for `regex.h', and perhaps for the Emacs include files. */ |
| 41 | #include <sys/types.h> | 41 | #include <sys/types.h> |
| 42 | 42 | ||
| 43 | #ifdef HAVE_CONFIG_H | ||
| 44 | #include "config.h" | ||
| 45 | #endif | ||
| 46 | |||
| 47 | /* The `emacs' switch turns on certain matching commands | 43 | /* The `emacs' switch turns on certain matching commands |
| 48 | that make sense only in Emacs. */ | 44 | that make sense only in Emacs. */ |
| 49 | #ifdef emacs | 45 | #ifdef emacs |