aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorPaul Eggert2012-07-30 11:56:42 -0700
committerPaul Eggert2012-07-30 11:56:42 -0700
commit7393bcbb8bf25c97aed35079da765436d4e9fc03 (patch)
tree0dda0e5bacb8115b1103c07a9abd13dc5ba80c87 /src/lisp.h
parentc32af1e4a04ef689097f73430982b28392d72372 (diff)
downloademacs-7393bcbb8bf25c97aed35079da765436d4e9fc03.tar.gz
emacs-7393bcbb8bf25c97aed35079da765436d4e9fc03.zip
* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
This no-op macro hasn't been needed for many years. * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
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