Commit a4452ba2 by Jakub Jelinek Committed by Jakub Jelinek

* obj-c++.dg/defs.mm (abort): Make it extern "C".

From-SVN: r149705
parent 6f0398bb
2009-07-16 Jakub Jelinek <jakub@redhat.com>
* obj-c++.dg/defs.mm (abort): Make it extern "C".
2009-07-15 Jakub Jelinek <jakub@redhat.com>
PR middle-end/40747
......
......@@ -8,7 +8,7 @@
#include <objc/objc.h>
#include <objc/Object.h>
extern void abort(void);
extern "C" void abort(void);
@interface A : Object
{
......
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