mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
fix size_t
From-SVN: r24119
This commit is contained in:
parent
11f39bb852
commit
d3a8b79bc2
@ -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 -
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user