Commit 887c886b by Jeff Law

Fix from HJ.

From-SVN: r16716
parent 6ba2ab5f
......@@ -3,6 +3,8 @@
int count;
int bail = 0;
extern "C" void _exit (int);
struct base {
base () { ++count; }
~base () { --count; }
......
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