comparison src/s/irix5-0.h @ 10775:a0fe869703c6

[__GNUC__] (C_SWITCH_SYSTEM): Defined.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Feb 1995 10:30:31 +0000
parents 3014a91ade7a
children 4e06c01054aa
comparison
equal deleted inserted replaced
10774:b4f05f7e5ecd 10775:a0fe869703c6
108 The alternative is that a lock file named 108 The alternative is that a lock file named
109 /usr/spool/mail/$USER.lock. */ 109 /usr/spool/mail/$USER.lock. */
110 110
111 #define MAIL_USE_FLOCK 111 #define MAIL_USE_FLOCK
112 112
113 /* use K&R C */
114 #ifndef __GNUC__
115 #define C_SWITCH_SYSTEM -cckr
116 #endif