Commit dca0b23f by Michael Meissner

*** empty log message ***

From-SVN: r668
parent 7bbb9a18
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment