aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-06-13 14:11:05 -0400
committerGlenn Morris2012-06-13 14:11:05 -0400
commit16192a571104a951f1d3fee722addd5a32a27ce3 (patch)
tree7980f1dfce5ca3ed4d87da8db143c3e570b9d1fe /src
parent22c4001c8e283202537679f31f35cd3b66ecbdb0 (diff)
downloademacs-16192a571104a951f1d3fee722addd5a32a27ce3.tar.gz
emacs-16192a571104a951f1d3fee722addd5a32a27ce3.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/s/bsd-common.h9
-rw-r--r--src/s/template.h1
-rw-r--r--src/s/usg5-4-common.h3
4 files changed, 13 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 19a9ace0728..67905401631 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-06-13 Glenn Morris <rgm@gnu.org>
2
3 * s/bsd-common.h (BSD4_3):
4 * s/usg5-4-common.h (USG5_4): No longer define; unused.
5
12012-06-13 Andreas Schwab <schwab@linux-m68k.org> 62012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2 7
3 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct 8 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h
index ce67dd7b9af..98391740653 100644
--- a/src/s/bsd-common.h
+++ b/src/s/bsd-common.h
@@ -23,9 +23,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
23 23
24/* We give these symbols the numeric values found in <sys/param.h> to 24/* We give these symbols the numeric values found in <sys/param.h> to
25 avoid warnings about redefined macros. */ 25 avoid warnings about redefined macros. */
26#ifndef BSD4_3 26
27#define BSD4_3 1 27/* Nothing in Emacs uses this any more.
28#endif /* BSD4_3 */ 28 ifndef BSD4_3
29 define BSD4_3 1
30 endif
31*/
29 32
30#ifndef BSD_SYSTEM 33#ifndef BSD_SYSTEM
31#define BSD_SYSTEM 43 34#define BSD_SYSTEM 43
diff --git a/src/s/template.h b/src/s/template.h
index d8f811dc8aa..e3557aa191b 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -27,7 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
27/* #define USG */ 27/* #define USG */
28/* #define HPUX */ 28/* #define HPUX */
29/* #define BSD4_2 */ 29/* #define BSD4_2 */
30/* #define BSD4_3 */
31/* #define BSD_SYSTEM */ 30/* #define BSD_SYSTEM */
32 31
33/* Emacs can read input using SIGIO and buffering characters itself, 32/* Emacs can read input using SIGIO and buffering characters itself,
diff --git a/src/s/usg5-4-common.h b/src/s/usg5-4-common.h
index 1502228c0d8..2676e9e5943 100644
--- a/src/s/usg5-4-common.h
+++ b/src/s/usg5-4-common.h
@@ -24,7 +24,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24#define USG /* System III, System V, etc */ 24#define USG /* System III, System V, etc */
25 25
26#define USG5 26#define USG5
27#define USG5_4 27/* Nothing in Emacs use this any more. */
28/* #define USG5_4 */
28 29
29/* setjmp and longjmp can safely replace _setjmp and _longjmp, 30/* setjmp and longjmp can safely replace _setjmp and _longjmp,
30 but they will run slower. */ 31 but they will run slower. */