diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-25 06:28:45 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-25 06:28:45 -0400 |
commit | 9b553fdbd7a57e6d92dfb33abb87e49b584af412 (patch) | |
tree | 32d50ea0b867d0558847d5e553d4c3daaf7da4a7 /gcc | |
parent | ea64849ec1e99b0a070e33de7b22d9b6c82a0acd (diff) | |
download | gcc-9b553fdbd7a57e6d92dfb33abb87e49b584af412.zip gcc-9b553fdbd7a57e6d92dfb33abb87e49b584af412.tar.gz gcc-9b553fdbd7a57e6d92dfb33abb87e49b584af412.tar.bz2 |
(SIZE_TYPE): Deleted.
From-SVN: r4212
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/romp/romp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h index 85c1b41..e1bfcfb 100644 --- a/gcc/config/romp/romp.h +++ b/gcc/config/romp/romp.h @@ -83,9 +83,6 @@ extern int target_flags; flag_force_mem = 1; \ } \ } - -/* Match <sys/types.h>'s definition. */ -#define SIZE_TYPE "long int" /* target machine storage layout */ |