summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/cpplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/egcs/gcc/cpplib.h')
-rw-r--r--gnu/egcs/gcc/cpplib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/cpplib.h b/gnu/egcs/gcc/cpplib.h
index aadec44eb86..5ef15ea5be3 100644
--- a/gnu/egcs/gcc/cpplib.h
+++ b/gnu/egcs/gcc/cpplib.h
@@ -360,6 +360,10 @@ struct cpp_options {
char put_out_comments;
+ /* Nonzero means pass comments inside macros */
+
+ char pass_through_comments;
+
/* Nonzero means process the ANSI trigraph sequences. */
char trigraphs;