(SIZE_TYPE): Fix typo in #ifndef.

From-SVN: r2502
This commit is contained in:
Richard Stallman 1992-10-17 23:27:53 +00:00
parent 5b6a946c33
commit 4006fe4f1b

View File

@ -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