diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-01 20:14:43 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-01 20:14:43 +0000 |
commit | 6278d55f668d83e77633d93f9f1105634b34016a (patch) | |
tree | 69df39e51acd0408d069f64d54e9b1177ef1a605 /gcc | |
parent | b86e64e059433c2ee9630a87125a04610981529a (diff) | |
download | gcc-6278d55f668d83e77633d93f9f1105634b34016a.zip gcc-6278d55f668d83e77633d93f9f1105634b34016a.tar.gz gcc-6278d55f668d83e77633d93f9f1105634b34016a.tar.bz2 |
entered into RCS
From-SVN: r1376
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/romp/romp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h index 6cd3b3d..775805c 100644 --- a/gcc/config/romp/romp.h +++ b/gcc/config/romp/romp.h @@ -83,6 +83,9 @@ extern int target_flags; flag_force_mem = 1; \ } \ } + +/* Match <sys/types.h>'s definition. */ +#define SIZE_TYPE "long int" /* target machine storage layout */ |