diff options
author | Richard Stallman <rms@gnu.org> | 1993-02-24 23:28:29 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-02-24 23:28:29 +0000 |
commit | 6ec2b050b5485519ccf924ab3c867786b8c30c22 (patch) | |
tree | 18cb8c26f2b2b9f2f6aee2778ecf647ba5c5714d /gcc | |
parent | 83d90aac53a56896a82887b0119544ca9a33af03 (diff) | |
download | gcc-6ec2b050b5485519ccf924ab3c867786b8c30c22.zip gcc-6ec2b050b5485519ccf924ab3c867786b8c30c22.tar.gz gcc-6ec2b050b5485519ccf924ab3c867786b8c30c22.tar.bz2 |
(NO_SYS_SIGLIST): Defined.
From-SVN: r3525
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/xm-mot3300.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h index aa3397f..5efeacb 100644 --- a/gcc/config/m68k/xm-mot3300.h +++ b/gcc/config/m68k/xm-mot3300.h @@ -8,3 +8,5 @@ #define rindex strrchr #define index strchr + +#define NO_SYS_SIGLIST |