mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
[__GNUC__] (C_SWITCH_SYSTEM): Defined.
This commit is contained in:
parent
5c3c0887e7
commit
001e1e477d
1 changed files with 4 additions and 0 deletions
|
|
@ -110,3 +110,7 @@ char *_getpty();
|
|||
|
||||
#define MAIL_USE_FLOCK
|
||||
|
||||
/* use K&R C */
|
||||
#ifndef __GNUC__
|
||||
#define C_SWITCH_SYSTEM -cckr
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue