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
This commit is contained in:
parent
8560e49702
commit
4ed442c915
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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)
|
||||
|
||||
* config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
|
||||
|
|
|
@ -41,3 +41,6 @@ SUB_CPP_PREDEFINES
|
|||
/* Don't care about faults in the prologue. */
|
||||
#undef TARGET_CAN_FAULT_IN_PROLOGUE
|
||||
#define TARGET_CAN_FAULT_IN_PROLOGUE 1
|
||||
|
||||
#undef WCHAR_TYPE
|
||||
#define WCHAR_TYPE "int"
|
||||
|
|
Loading…
Add table
Reference in a new issue