================
Comment at: src/cxa_handlers.cpp:105
@@ -104,3 +104,3 @@
 
-extern "C" new_handler __cxa_new_handler = 0;
+new_handler __cxa_new_handler = 0;
 // In the future these will become:
----------------
Why is the extern "C" removed from here? Looks unrelated.

http://reviews.llvm.org/D5604



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to