p700.C: Don't typedef wchar_t.
authorMark Mitchell <mark@codesourcery.com>
Sat, 11 Nov 2000 23:23:06 +0000 (23:23 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 11 Nov 2000 23:23:06 +0000 (23:23 +0000)
* g++.mike/p700.C: Don't typedef wchar_t.
* g++.mike/p784.C: Likewise.
* g++.mike/eb101.C: Don't use __wchar_t.

From-SVN: r37392

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.mike/p700.C
gcc/testsuite/g++.old-deja/g++.mike/p784.C
gcc/testsuite/g++.old-deja/g++.robertl/eb101.C

index 408dae3..ea6e3c8 100644 (file)
@@ -1,3 +1,9 @@
+2000-11-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.mike/p700.C: Don't typedef wchar_t.
+       * g++.mike/p784.C: Likewise.
+       * g++.mike/eb101.C: Don't use __wchar_t.
+
 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * g77.f-torture/execute/20001111.[fx]: Test premature exit
index eabc42d..5413d57 100644 (file)
@@ -1066,7 +1066,6 @@ typedef int size_t;
 
 
 
-typedef short unsigned int wchar_t;
 
 
 
@@ -1170,8 +1169,6 @@ typedef   long            time_t;
 typedef        int             size_t;
 typedef int            ptrdiff_t;
 
-typedef        unsigned short  wchar_t;
-
 
 //# 16 "/usr/include/sys/types.h" 2
 
index ce61049..f5990c6 100644 (file)
@@ -5,7 +5,7 @@
 //# 1 "GctSymbol.GctSymbol.CHMap.cc"
 // This may look like C code, but it is really -*- C++ -*-
 /*
-Copyright (C) 1988 Free Software Foundation
+Copyright (C) 1988, 2000 Free Software Foundation
     written by Doug Lea (dl@rocky.oswego.edu)
 
 This file is part of the GNU C++ Library.  This library is free
@@ -299,7 +299,6 @@ typedef unsigned int size_t;
 
 
 
-typedef int wchar_t;
 
 
 
index f605d93..e0fe4e9 100644 (file)
@@ -126,7 +126,6 @@ typedef unsigned short _G_uid_t;
 
 
 
-typedef __wchar_t _G_wchar_t;
 typedef int   _G_ssize_t;
 typedef int   _G_wint_t;
 typedef char * _G_va_list;