980310-1.C eb71.C : replace hardcoded "-typedef unsigned int size_t"
with "typedef __SIZE_TYPE__ size_t".

From-SVN: r21930
This commit is contained in:
Robert Lipe 1998-08-24 08:51:17 +00:00
parent d81b635202
commit 152d9f2a91

View File

@ -1,5 +1,5 @@
// Build don't link:
typedef unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
class A {