fix size_t
authorJason Merrill <jason@gcc.gnu.org>
Sun, 6 Dec 1998 01:18:21 +0000 (20:18 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 6 Dec 1998 01:18:21 +0000 (20:18 -0500)
From-SVN: r24119

gcc/testsuite/g++.old-deja/g++.jason/operator.C
gcc/testsuite/g++.old-deja/g++.law/bad-error6.C

index e71c4e10544186608c012b813177edadd6451a6c..bd21e378e1431ca451ee96db80e33a096c8acbb4 100644 (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 - 
index a58a5fad2e420735dcfdab2743fa02b520a013e8..497a49d8700ea63e23fa4bae63fcc76437980114 100644 (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: