diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 2690ab90cb0..2d9359abacf 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3319,8 +3319,6 @@ static char const DIRECTORY_SEP = '/'; | |||
| 3319 | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) | 3319 | #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_)) |
| 3320 | #endif | 3320 | #endif |
| 3321 | 3321 | ||
| 3322 | #define SWITCH_ENUM_CAST(x) (x) | ||
| 3323 | |||
| 3324 | /* Use this to suppress gcc's warnings. */ | 3322 | /* Use this to suppress gcc's warnings. */ |
| 3325 | #ifdef lint | 3323 | #ifdef lint |
| 3326 | 3324 | ||