diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-30 11:56:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-30 11:56:42 -0700 |
commit | 7393bcbb8bf25c97aed35079da765436d4e9fc03 (patch) | |
tree | 0dda0e5bacb8115b1103c07a9abd13dc5ba80c87 /admin | |
parent | c32af1e4a04ef689097f73430982b28392d72372 (diff) | |
download | emacs-7393bcbb8bf25c97aed35079da765436d4e9fc03.tar.gz |
* 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 'admin')
-rw-r--r-- | admin/CPP-DEFINES | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 9fc7ce3e33d..47963edecab 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -61,8 +61,6 @@ SYSTEM_TYPE ** Misc macros USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. -** Replace, the definition is trivial: SWITCH_ENUM_CAST - ** Defines from src/s/*.h. Some of these might not be used in the code anymore, so they can be removed. The HAVE_* definitions are probably handled by autoconf, so it might be possible to just remove them from src/s/*.h. |