changeset 10775:a0fe869703c6

[__GNUC__] (C_SWITCH_SYSTEM): Defined.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Feb 1995 10:30:31 +0000
parents b4f05f7e5ecd
children 52b3af3cb71a
files src/s/irix5-0.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/irix5-0.h	Fri Feb 17 10:29:46 1995 +0000
+++ b/src/s/irix5-0.h	Fri Feb 17 10:30:31 1995 +0000
@@ -110,3 +110,7 @@
 
 #define MAIL_USE_FLOCK
 
+/* use K&R C */
+#ifndef __GNUC__
+#define C_SWITCH_SYSTEM -cckr
+#endif