diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-06-19 08:07:13 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-06-19 08:07:13 -0700 |
commit | 63412bf0ec2f6bab77e60dddfb5fc65d0dd95a74 (patch) | |
tree | 779bf084e84957c2b938eb73419150127c140fa5 /third_party/template_util.h | |
parent | fda75e4fbbf6857d7255c670d1a9026015160390 (diff) | |
download | pdfium-63412bf0ec2f6bab77e60dddfb5fc65d0dd95a74.tar.xz |
Fix JS_WIDESTRING to work with clang-cl
MSVC lexes L#macro_arg as a single wide string literal token, but
Clang and other C/C++ compliant lexers do not. There was already
a workaround to use implicit string concatenation for GCC, but there's
a simpler solution of token pasting the L onto the stringized macro
argument with 'L###macro_arg'. This works with Clang, GCC, and MSVC.
R=jun_fang@foxitsoftware.com, jam@chromium.org
BUG=82385
Original patch by Reid Kleckner <rnk@chromium.org>
Review URL: https://codereview.chromium.org/345643002
Diffstat (limited to 'third_party/template_util.h')
0 files changed, 0 insertions, 0 deletions