OSDN Git Service

Remove '#undef const' from config.h.cmake to sync with autoconf
authorReid Kleckner <reid@kleckner.net>
Tue, 2 Dec 2014 18:58:38 +0000 (18:58 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 2 Dec 2014 18:58:38 +0000 (18:58 +0000)
This define was removed from config.h.in when Rafael removed our use of
libtool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223138 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.cmake

index 37696eb..d107c8f 100644 (file)
 /* 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