1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

Remove some unused definitions from src/s

* src/s/bsd-common.h (BSD4_3):
* src/s/usg5-4-common.h (USG5_4): No longer define; unused.

* admin/CPP-DEFINES, src/s/template.h: Related edits.
This commit is contained in:
Glenn Morris 2012-06-13 14:11:05 -04:00
parent 22c4001c8e
commit 16192a5711
5 changed files with 13 additions and 7 deletions

View File

@ -79,7 +79,6 @@ BROKEN_SIGIO
BROKEN_SIGPOLL
BROKEN_SIGPTY
BSD4_2
BSD4_3
BSD_SYSTEM
CLASH_DETECTION
DATA_SEG_BITS
@ -238,7 +237,6 @@ USE_CRT_DLL
USE_TOOLKIT_SCROLL_BARS
USG
USG5
USG5_4
USG_SUBTTY_WORKS
VALBITS
WRETCODE

View File

@ -1,3 +1,8 @@
2012-06-13 Glenn Morris <rgm@gnu.org>
* s/bsd-common.h (BSD4_3):
* s/usg5-4-common.h (USG5_4): No longer define; unused.
2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
* lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct

View File

@ -23,9 +23,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* We give these symbols the numeric values found in <sys/param.h> to
avoid warnings about redefined macros. */
#ifndef BSD4_3
#define BSD4_3 1
#endif /* BSD4_3 */
/* Nothing in Emacs uses this any more.
ifndef BSD4_3
define BSD4_3 1
endif
*/
#ifndef BSD_SYSTEM
#define BSD_SYSTEM 43

View File

@ -27,7 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* #define USG */
/* #define HPUX */
/* #define BSD4_2 */
/* #define BSD4_3 */
/* #define BSD_SYSTEM */
/* Emacs can read input using SIGIO and buffering characters itself,

View File

@ -24,7 +24,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define USG /* System III, System V, etc */
#define USG5
#define USG5_4
/* Nothing in Emacs use this any more. */
/* #define USG5_4 */
/* setjmp and longjmp can safely replace _setjmp and _longjmp,
but they will run slower. */