projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d021bb8
)
Remove '#undef const' from config.h.cmake to sync with autoconf
author
Reid Kleckner
<reid@kleckner.net>
Tue, 2 Dec 2014 18:58:38 +0000
(18:58 +0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/include/llvm/Config/config.h.cmake
b/include/llvm/Config/config.h.cmake
index 37696eb473b7c0bc923f0f003dd059b066bd4860..d107c8f030bd12d80e697848d5a4089e390f6556 100644
(file)
--- a/
include/llvm/Config/config.h.cmake
+++ b/
include/llvm/Config/config.h.cmake
@@
-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