[llvm] r282928 - GC STDC_HEADERS.
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 13:19:02 PDT 2016
Author: joerg
Date: Fri Sep 30 15:19:02 2016
New Revision: 282928
URL: http://llvm.org/viewvc/llvm-project?rev=282928&view=rev
Log:
GC STDC_HEADERS.
Modified:
llvm/trunk/include/llvm/Config/config.h.cmake
Modified: llvm/trunk/include/llvm/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=282928&r1=282927&r2=282928&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Fri Sep 30 15:19:02 2016
@@ -467,9 +467,6 @@
/* Define as the return type of signal handlers (`int' or `void'). */
#cmakedefine RETSIGTYPE ${RETSIGTYPE}
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
More information about the llvm-commits
mailing list