[cfe-commits] [libcxxabi] r148963 - /libcxxabi/trunk/src/abort_message.h
Howard Hinnant
hhinnant at apple.com
Wed Jan 25 10:50:55 PST 2012
Author: hhinnant
Date: Wed Jan 25 12:50:55 2012
New Revision: 148963
URL: http://llvm.org/viewvc/llvm-project?rev=148963&view=rev
Log:
Restricted headers to cxa_guard.cpp and abort_messsage.h, and added a comment regarding reentrancy brought up by John McCall. Thanks John.
Modified:
libcxxabi/trunk/src/abort_message.h
Modified: libcxxabi/trunk/src/abort_message.h
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/abort_message.h?rev=148963&r1=148962&r2=148963&view=diff
==============================================================================
--- libcxxabi/trunk/src/abort_message.h (original)
+++ libcxxabi/trunk/src/abort_message.h Wed Jan 25 12:50:55 2012
@@ -10,7 +10,7 @@
#ifndef __ABORT_MESSAGE_H_
#define __ABORT_MESSAGE_H_
-#include "cxxabi.h"
+#include <stdio.h>
#ifdef __cplusplus
extern "C" {
More information about the cfe-commits
mailing list