mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 11:49:43 +08:00
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
@ -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…
Reference in New Issue
Block a user