diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-23 06:31:44 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-23 06:31:44 +0000 |
commit | e2f6f9e2463c463c193716f21a3afacb520b714d (patch) | |
tree | d1afba0e36e7c0c6c04a5f20a1272d97a453ca5d /gcc/config/rs6000/xm-sysv4.h | |
parent | 14d4204bc7ee18de99ae3ce8b16d7ccc0876ca0f (diff) | |
download | gcc-e2f6f9e2463c463c193716f21a3afacb520b714d.tar.gz |
* rs6000/xm-rs6000.h: Fix thinko in last change.
* rs6000/xm-sysv4.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15664 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/xm-sysv4.h')
-rw-r--r-- | gcc/config/rs6000/xm-sysv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/xm-sysv4.h b/gcc/config/rs6000/xm-sysv4.h index f892f9e1857..bc8f4bf299b 100644 --- a/gcc/config/rs6000/xm-sysv4.h +++ b/gcc/config/rs6000/xm-sysv4.h @@ -55,6 +55,7 @@ Boston, MA 02111-1307, USA. */ extern void *alloca (); #else extern char *alloca (); +#endif #undef ONLY_INT_FIELDS #define ONLY_INT_FIELDS #endif |