OSDN Git Service

Fix from HJ.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Nov 1997 23:34:33 +0000 (23:34 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Nov 1997 23:34:33 +0000 (23:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16716 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.mike/p9732b.C

index c2aedd2..59cfe4c 100644 (file)
@@ -3,6 +3,8 @@
 int count;
 int bail = 0;
 
+extern "C" void _exit (int);
+
 struct base {
   base () { ++count; }
   ~base () { --count; }