diff options
| author | Ken Brown | 2016-05-30 11:36:05 -0400 |
|---|---|---|
| committer | Ken Brown | 2016-05-30 11:36:37 -0400 |
| commit | 060026b9162ed5a76e95d98eea4b8f3204f6b941 (patch) | |
| tree | c444cdecce0d37498e8bd6373a9fc85bf027d885 /src | |
| parent | 1535aaf2873ddc6bcf113261800fc137a611e661 (diff) | |
| download | emacs-060026b9162ed5a76e95d98eea4b8f3204f6b941.tar.gz emacs-060026b9162ed5a76e95d98eea4b8f3204f6b941.zip | |
* src/regex.c (IF_LINT): Remove; it’s in conf_post.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/regex.c b/src/regex.c index af379367be6..05587dabe9d 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -1197,13 +1197,6 @@ print_double_string (re_char *where, re_char *string1, ssize_t size1, | |||
| 1197 | 1197 | ||
| 1198 | #endif /* not DEBUG */ | 1198 | #endif /* not DEBUG */ |
| 1199 | 1199 | ||
| 1200 | /* Use this to suppress gcc's `...may be used before initialized' warnings. */ | ||
| 1201 | #ifdef lint | ||
| 1202 | # define IF_LINT(Code) Code | ||
| 1203 | #else | ||
| 1204 | # define IF_LINT(Code) /* empty */ | ||
| 1205 | #endif | ||
| 1206 | |||
| 1207 | /* Set by `re_set_syntax' to the current regexp syntax to recognize. Can | 1200 | /* Set by `re_set_syntax' to the current regexp syntax to recognize. Can |
| 1208 | also be assigned to arbitrarily: each pattern buffer stores its own | 1201 | also be assigned to arbitrarily: each pattern buffer stores its own |
| 1209 | syntax, so it can be changed between regex compilations. */ | 1202 | syntax, so it can be changed between regex compilations. */ |