Remove some unused definitions from src/s
authorGlenn Morris <rgm@gnu.org>
Wed, 13 Jun 2012 18:11:05 +0000 (14:11 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 13 Jun 2012 18:11:05 +0000 (14:11 -0400)
* 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.

admin/CPP-DEFINES
src/ChangeLog
src/s/bsd-common.h
src/s/template.h
src/s/usg5-4-common.h

index 35de784..e032ef8 100644 (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
index 19a9ace..6790540 100644 (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
index ce67dd7..9839174 100644 (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
index d8f811d..e3557aa 100644 (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,
index 1502228..2676e9e 100644 (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.  */