diff options
author | spth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423> | 2015-10-18 14:40:24 +0000 |
---|---|---|
committer | spth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423> | 2015-10-18 14:40:24 +0000 |
commit | 3896f5339d9e5ec1f470e47abc7f15c3f1d186a5 (patch) | |
tree | 1320b052f6d2552f32fc93c682deda17de1478bc /support/cpp/libcpp/macro.c | |
parent | 5f19b8eb558c607e49cc892c7d7a61514ec3f2e5 (diff) |
Reformat to reduce diff to upstream cpp.
git-svn-id: https://svn.code.sourceforge.net/p/sdcc/code/trunk/sdcc@9365 4a8a32a2-be11-0410-ad9d-d568d2c75423
Diffstat (limited to 'support/cpp/libcpp/macro.c')
-rw-r--r-- | support/cpp/libcpp/macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/cpp/libcpp/macro.c b/support/cpp/libcpp/macro.c index ffce29da8..ca283ec04 100644 --- a/support/cpp/libcpp/macro.c +++ b/support/cpp/libcpp/macro.c @@ -1741,7 +1741,7 @@ create_iso_definition (cpp_reader *pfile, cpp_macro *macro) for (;;) { /* Check the stringifying # constraint 6.10.3.2.1 of - function-like macros when lexing the subsequent token. */ + function-like macros when lexing the subsequent token. */ if (macro->count > 1 && token[-1].type == CPP_HASH && macro->fun_like) { if (token->type == CPP_MACRO_ARG) |