diff options
author | Stephen Hines <srhines@google.com> | 2011-06-22 11:28:21 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-06-22 11:28:21 -0700 |
commit | 53bd2e49d3d5c42bdec95b1fb72fb1e95c26b7f7 (patch) | |
tree | 70920c11ca418f48a8a7f032a6d81862564b8300 /host | |
parent | 7cfff62b69e6394f6145a3a3a7aad8faaa6c4ea7 (diff) | |
download | external_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.h | 1 |
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. */ |