Commit 5bd17905 by Andrew Macleod

Add declaration for flag_do_squangling.

From-SVN: r17830
parent 1d9ffce9
...@@ -319,6 +319,11 @@ extern int name_mangling_version; ...@@ -319,6 +319,11 @@ extern int name_mangling_version;
/* Nonzero means that guiding declarations are allowed. */ /* Nonzero means that guiding declarations are allowed. */
extern int flag_guiding_decls; extern int flag_guiding_decls;
/* Nonzero if squashed mangling is to be performed.
This uses the B and K codes to reference previously seen class types
and class qualifiers. */
extern int flag_do_squangling;
/* C++ language-specific tree codes. */ /* C++ language-specific tree codes. */
#define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM, #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment