[cfe-commits] [libcxx] r105337 - /libcxx/trunk/include/cstddef
Howard Hinnant
hhinnant at apple.com
Wed Jun 2 11:41:21 PDT 2010
Author: hhinnant
Date: Wed Jun 2 13:41:21 2010
New Revision: 105337
URL: http://llvm.org/viewvc/llvm-project?rev=105337&view=rev
Log:
I've reverted the changes needed for Ubuntu. The changes for Ubuntu should go under a #if and I'm not sure what that #if should look like.
Modified:
libcxx/trunk/include/cstddef
Modified: libcxx/trunk/include/cstddef
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/cstddef?rev=105337&r1=105336&r2=105337&view=diff
==============================================================================
--- libcxx/trunk/include/cstddef (original)
+++ libcxx/trunk/include/cstddef Wed Jun 2 13:41:21 2010
@@ -34,10 +34,6 @@
*/
#include <__config>
-#define __need_NULL
-#define __need_ptrdiff_t
-#define __need_size_t
-#include <stddef.h>
#include <stddef.h>
#pragma GCC system_header
More information about the cfe-commits
mailing list