OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PR preprocessor/34692
[pf3gnuchains/gcc-fork.git]
/
libcpp
/
directives.c
diff --git
a/libcpp/directives.c
b/libcpp/directives.c
index
6e2e55c
..
c77e84b
100644
(file)
--- a/
libcpp/directives.c
+++ b/
libcpp/directives.c
@@
-475,7
+475,7
@@
_cpp_handle_directive (cpp_reader *pfile, int indented)
_cpp_backup_tokens (pfile, 1);
end_directive (pfile, skip);
- if (was_parsing_args)
+ if (was_parsing_args
&& !pfile->state.in_deferred_pragma
)
{
/* Restore state when within macro args. */
pfile->state.parsing_args = 2;