aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-24 22:34:52 +0000
committerRichard M. Stallman1993-05-24 22:34:52 +0000
commit01d007195841d196e5d8dd1ee112a7e516ca60c2 (patch)
tree58f26850f0430c74e4e0dc48e16cd0fba2b11119 /src
parentbf77ce530a39c3ec748fa1f85f0544cecd750b0e (diff)
downloademacs-01d007195841d196e5d8dd1ee112a7e516ca60c2.tar.gz
emacs-01d007195841d196e5d8dd1ee112a7e516ca60c2.zip
(C_SWITCH_MACHINE): Definition deleted.
Diffstat (limited to 'src')
-rw-r--r--src/m/next.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/next.h b/src/m/next.h
index 783ead93d94..37c525ccccb 100644
--- a/src/m/next.h
+++ b/src/m/next.h
@@ -99,9 +99,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
99 99
100#define LIB_GCC 100#define LIB_GCC
101 101
102#if 0 /* ohl@chico.harvard.edu says to do this. */
102/* Compile "strict bsd" to avoid warnings from include files */ 103/* Compile "strict bsd" to avoid warnings from include files */
103 104
104#define C_SWITCH_MACHINE -bsd 105#define C_SWITCH_MACHINE -bsd
106#endif
105 107
106/* Link this program just by running cc. */ 108/* Link this program just by running cc. */
107#define ORDINARY_LINK 109#define ORDINARY_LINK