[llvm] r223138 - Remove '#undef const' from config.h.cmake to sync with autoconf

Reid Kleckner reid at kleckner.net
Tue Dec 2 10:58:38 PST 2014


Author: rnk
Date: Tue Dec  2 12:58:38 2014
New Revision: 223138

URL: http://llvm.org/viewvc/llvm-project?rev=223138&view=rev
Log:
Remove '#undef const' from config.h.cmake to sync with autoconf

This define was removed from config.h.in when Rafael removed our use of
libtool.

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=223138&r1=223137&r2=223138&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Tue Dec  2 12:58:38 2014
@@ -518,9 +518,6 @@
 /* Type of 1st arg on ELM Callback */
 #cmakedefine WIN32_ELMCB_PCSTR ${WIN32_ELMCB_PCSTR}
 
-/* Define to empty if `const' does not conform to ANSI C. */
-#undef const
-
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 





More information about the llvm-commits mailing list