diff options
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 |