diff options
Diffstat (limited to 'libcpp/directives.c')
-rw-r--r-- | libcpp/directives.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpp/directives.c b/libcpp/directives.c index 8406505..957e879 100644 --- a/libcpp/directives.c +++ b/libcpp/directives.c @@ -608,7 +608,8 @@ glue_header_name (cpp_reader *pfile) if (token->flags & PREV_WHITE) buffer[total_len++] = ' '; - total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len]) + total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], + true) - (uchar *) buffer); } |