diff options
author | Richard Stallman <rms@gnu.org> | 1993-07-06 19:52:25 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-07-06 19:52:25 +0000 |
commit | f6ae8031b416d83a15e812c973b1d14564c6b3e4 (patch) | |
tree | 2a5012d40e995aa6a45d3a829996a8bb2f29ab56 | |
parent | ce9895ae049805bdb4f2ef771f9fa41487641dfd (diff) | |
download | gcc-f6ae8031b416d83a15e812c973b1d14564c6b3e4.zip gcc-f6ae8031b416d83a15e812c973b1d14564c6b3e4.tar.gz gcc-f6ae8031b416d83a15e812c973b1d14564c6b3e4.tar.bz2 |
(SIZE_TYPE): Deleted.
From-SVN: r4858
-rw-r--r-- | gcc/config/i386/sun.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/sun.h b/gcc/config/i386/sun.h index 8f72657..c8e927f 100644 --- a/gcc/config/i386/sun.h +++ b/gcc/config/i386/sun.h @@ -45,10 +45,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CPP_PREDEFINES "-Dunix -Di386 -Dsun386 -Dsun" -/* Define size_t for built-in functions. */ - -#define SIZE_TYPE "int" - /* Allow #sccs in preprocessor. */ #define SCCS_DIRECTIVE |