diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-17 23:27:53 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-17 23:27:53 +0000 |
commit | 4006fe4f1b0fcddfbae1ef7f6ab096266f94a961 (patch) | |
tree | d7f0e7364f6c223a82a5a2f7165654414bf809a7 /gcc | |
parent | 5b6a946c3312328aa326f4c778bb2bb37feb71f4 (diff) | |
download | gcc-4006fe4f1b0fcddfbae1ef7f6ab096266f94a961.zip gcc-4006fe4f1b0fcddfbae1ef7f6ab096266f94a961.tar.gz gcc-4006fe4f1b0fcddfbae1ef7f6ab096266f94a961.tar.bz2 |
(SIZE_TYPE): Fix typo in #ifndef.
From-SVN: r2502
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/ultrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/ultrix.h b/gcc/config/mips/ultrix.h index b7dbcd5..45e7707 100644 --- a/gcc/config/mips/ultrix.h +++ b/gcc/config/mips/ultrix.h @@ -66,7 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif /* For compatibility with types.h. */ -#ifndef STARTFILE_SPEC +#ifndef SIZE_TYPE #define SIZE_TYPE "unsigned int" #endif |