Commit 152d9f2a by Robert Lipe

`

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

From-SVN: r21930
parent d81b6352
// Build don't link:
typedef unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
class A {
......
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