diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-24 22:34:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-24 22:34:52 +0000 |
commit | 01d007195841d196e5d8dd1ee112a7e516ca60c2 (patch) | |
tree | 58f26850f0430c74e4e0dc48e16cd0fba2b11119 /src/m/next.h | |
parent | bf77ce530a39c3ec748fa1f85f0544cecd750b0e (diff) | |
download | emacs-01d007195841d196e5d8dd1ee112a7e516ca60c2.tar.gz |
(C_SWITCH_MACHINE): Definition deleted.
Diffstat (limited to 'src/m/next.h')
-rw-r--r-- | src/m/next.h | 2 |
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. */ #define LIB_GCC +#if 0 /* ohl@chico.harvard.edu says to do this. */ /* Compile "strict bsd" to avoid warnings from include files */ #define C_SWITCH_MACHINE -bsd +#endif /* Link this program just by running cc. */ #define ORDINARY_LINK |