diff options
| author | David J. MacKenzie | 1992-11-24 14:17:32 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1992-11-24 14:17:32 +0000 |
| commit | 18ec5b052590980e7cd58a28f834252723634c36 (patch) | |
| tree | bc149f2c5c043678ba492a6688e5ed6b4c7255d2 /src | |
| parent | c530bcbb96079472e346d75db2166861cff41985 (diff) | |
| download | emacs-18ec5b052590980e7cd58a28f834252723634c36.tar.gz emacs-18ec5b052590980e7cd58a28f834252723634c36.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 112e0d6d7ad..f6720da20ae 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | 45 | ||
| 46 | /* We used to test for `BSTRING' here, but only GCC and Emacs define | 46 | /* We used to test for `BSTRING' here, but only GCC and Emacs define |
| 47 | `BSTRING', as far as I know, and neither of them use this code. */ | 47 | `BSTRING', as far as I know, and neither of them use this code. */ |
| 48 | #if USG || STDC_HEADERS | 48 | #if HAVE_STRING_H || STDC_HEADERS |
| 49 | #include <string.h> | 49 | #include <string.h> |
| 50 | #ifndef bcmp | 50 | #ifndef bcmp |
| 51 | #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) | 51 | #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) |