diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-10-18 20:48:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 20:48:36 -0400 |
commit | d7a74baf5c822e0312aca539c3836e5d87c6091b (patch) | |
tree | b0d11b65386e278463f904794891596fb90149f7 /tests/headers/macro_const.h | |
parent | badb49277dddf1ea5d407075f9deea48897b52df (diff) | |
parent | 120dd7848191876dfaad4e19ab4640a18ed3f775 (diff) |
Auto merge of #1425 - emilio:cexpr-up, r=emiliov0.42.3
Update cexpr.
Fixes #1424.
Diffstat (limited to 'tests/headers/macro_const.h')
-rw-r--r-- | tests/headers/macro_const.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/macro_const.h b/tests/headers/macro_const.h index c28a3f6b..7c5aa438 100644 --- a/tests/headers/macro_const.h +++ b/tests/headers/macro_const.h @@ -3,5 +3,6 @@ #define CHARR '\0' #define FLOAT 5.09f #define FLOAT_EXPR (5 / 1000.0f) +#define LONG 3L #define INVALID_UTF8 "\xf0\x28\x8c\x28" |