Commit d81b6352 by Robert Lipe

/

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

From-SVN: r21929
parent d9cf7c82
......@@ -4,7 +4,7 @@
// Message-Id: <9803091022.AA07520@drfmc.ceng.cea.fr>
typedef unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
struct dummy { };
......
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