diff options
author | Stephen Hines <srhines@google.com> | 2011-06-22 11:42:42 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-06-22 11:42:42 -0700 |
commit | 71fea9a88608e9c8fe8a8a523367878e279c3e90 (patch) | |
tree | b371a6b501b8c769a514a1404b19ef554bf7e382 /host | |
parent | 53bd2e49d3d5c42bdec95b1fb72fb1e95c26b7f7 (diff) | |
download | external_llvm-71fea9a88608e9c8fe8a8a523367878e279c3e90.zip external_llvm-71fea9a88608e9c8fe8a8a523367878e279c3e90.tar.gz external_llvm-71fea9a88608e9c8fe8a8a523367878e279c3e90.tar.bz2 |
Switch to PSTR from PCSTR.
Change-Id: I500dc66cd86e211aef6d6bf98aa30895ddc90079
Diffstat (limited to 'host')
-rw-r--r-- | host/include/llvm/Config/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 7dc1149..fab79e5 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -601,8 +601,8 @@ /* Define if use udis86 library */ #define USE_UDIS86 0 -/* Define use of PCSTR type for Windows platforms */ -#define WIN32_ELMCB_PCSTR PCSTR +/* Define use of PSTR type for Windows platforms */ +#define WIN32_ELMCB_PCSTR PSTR /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |