fix size_t

From-SVN: r24119
This commit is contained in:
Jason Merrill 1998-12-05 20:18:21 -05:00
parent 11f39bb852
commit d3a8b79bc2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// Build don't link:
// Special g++ Options:
typedef unsigned long size_t;
typedef __SIZE_TYPE__ size_t;
struct A {
int operator?:(int a, int b); // WARNING -

View File

@ -1,6 +1,6 @@
// Build don't link:
// GROUPS passed bad-errors
typedef unsigned long size_t;
typedef __SIZE_TYPE__ size_t;
class tt {
public: