1
Fork 0
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:
Richard M. Stallman 1995-02-17 10:30:31 +00:00
parent 5c3c0887e7
commit 001e1e477d

View file

@ -110,3 +110,7 @@ char *_getpty();
#define MAIL_USE_FLOCK
/* use K&R C */
#ifndef __GNUC__
#define C_SWITCH_SYSTEM -cckr
#endif