]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux.h (WCHAR_TYPE): Make consistent.
authorBenjamin Kosnik <bkoz@cygnus.com>
Fri, 10 Mar 2000 03:01:05 +0000 (03:01 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 10 Mar 2000 03:01:05 +0000 (03:01 +0000)
2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>

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

From-SVN: r32462

gcc/ChangeLog
gcc/config/alpha/linux.h

index 00d1d67ebd432c9ab54aa82dbd2e32cd561f914e..47488d4f9a8e3f4a4579dbff0102febd01cec410 100644 (file)
@@ -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.
index fe416e2a0dd60a80419adf9fd6f52a167da79b3d..8858eb6be5152934e1ffdb5bbec51608c380d057 100644 (file)
@@ -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"