aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index 18c3baa..552631b 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -424,6 +424,9 @@ struct cpp_options
/* Print column number in error messages. */
unsigned char show_column;
+
+ /* Treat C++ alternate operator names special. */
+ unsigned char operator_names;
};
struct lexer_state