Commit b72bd9c2 by Mark Mitchell Committed by Mark Mitchell

p700.C: Don't typedef wchar_t.

	* 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
parent 8b4c8a86
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
......
......@@ -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
......
......@@ -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;
......
......@@ -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;
......
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