diff options
| author | Richard M. Stallman | 1993-05-24 22:34:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-24 22:34:52 +0000 |
| commit | 01d007195841d196e5d8dd1ee112a7e516ca60c2 (patch) | |
| tree | 58f26850f0430c74e4e0dc48e16cd0fba2b11119 /src | |
| parent | bf77ce530a39c3ec748fa1f85f0544cecd750b0e (diff) | |
| download | emacs-01d007195841d196e5d8dd1ee112a7e516ca60c2.tar.gz emacs-01d007195841d196e5d8dd1ee112a7e516ca60c2.zip | |
(C_SWITCH_MACHINE): Definition deleted.
Diffstat (limited to 'src')
| -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. */ | |||
| 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 |