Commit 4ed442c9 by Benjamin Kosnik Committed by Benjamin Kosnik

linux.h (WCHAR_TYPE): Make consistent.


2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>

	* config/alpha/linux.h (WCHAR_TYPE): Make consistent.

From-SVN: r32462
parent 8560e497
2000-03-09 Benjamin Kosnik <bkoz@cygnus.com>
* config/alpha/linux.h (WCHAR_TYPE): Make consistent.
Thu Mar 9 18:10:02 2000 Jeffrey A Law (law@cygnus.com) Thu Mar 9 18:10:02 2000 Jeffrey A Law (law@cygnus.com)
* config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case. * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
......
...@@ -41,3 +41,6 @@ SUB_CPP_PREDEFINES ...@@ -41,3 +41,6 @@ SUB_CPP_PREDEFINES
/* Don't care about faults in the prologue. */ /* Don't care about faults in the prologue. */
#undef TARGET_CAN_FAULT_IN_PROLOGUE #undef TARGET_CAN_FAULT_IN_PROLOGUE
#define TARGET_CAN_FAULT_IN_PROLOGUE 1 #define TARGET_CAN_FAULT_IN_PROLOGUE 1
#undef WCHAR_TYPE
#define WCHAR_TYPE "int"
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