================
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:
----------------
majnemer wrote:
> Why is the extern "C" removed from here? Looks unrelated.
I forgot to mention in the description that this was also necessary to silence 
this warning:
../projects/libcxxabi/src/cxa_handlers.cpp:105:24: warning: ‘__cxa_new_handler’ 
initialized and declared ‘extern’
 extern "C" new_handler __cxa_new_handler = 0;

http://reviews.llvm.org/D5604



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

Reply via email to