*** empty log message ***

From-SVN: r668
This commit is contained in:
Michael Meissner 1992-04-02 21:35:35 +00:00
parent 7bbb9a1888
commit dca0b23fca

View File

@ -84,7 +84,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define NO_DOLLAR_IN_LABEL 1
/* Specify size_t types. */
/* Specify size_t, ptrdiff_t, and wchar_t types. */
#define SIZE_TYPE "unsigned int"
#define PTRDIFF_TYPE "int"
#define WCHAR_TYPE "unsigned char"
#define WCHAR_TYPE_SIZE BITS_PER_UNIT
#include "mips.h"