aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-06-22 11:28:21 -0700
committerStephen Hines <srhines@google.com>2011-06-22 11:28:21 -0700
commit53bd2e49d3d5c42bdec95b1fb72fb1e95c26b7f7 (patch)
tree70920c11ca418f48a8a7f032a6d81862564b8300 /host
parent7cfff62b69e6394f6145a3a3a7aad8faaa6c4ea7 (diff)
downloadexternal_llvm-53bd2e49d3d5c42bdec95b1fb72fb1e95c26b7f7.zip
external_llvm-53bd2e49d3d5c42bdec95b1fb72fb1e95c26b7f7.tar.gz
external_llvm-53bd2e49d3d5c42bdec95b1fb72fb1e95c26b7f7.tar.bz2
Add comment about PCSTR.
Change-Id: I580282af90c08f8fe81f05270b5a13b1f4283878
Diffstat (limited to 'host')
-rw-r--r--host/include/llvm/Config/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h
index 998e025..7dc1149 100644
--- a/host/include/llvm/Config/config.h
+++ b/host/include/llvm/Config/config.h
@@ -601,6 +601,7 @@
/* Define if use udis86 library */
#define USE_UDIS86 0
+/* Define use of PCSTR type for Windows platforms */
#define WIN32_ELMCB_PCSTR PCSTR
/* Define to empty if `const' does not conform to ANSI C. */