mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:30:29 +08:00
Add declaration for flag_do_squangling.
From-SVN: r17830
This commit is contained in:
parent
1d9ffce9c5
commit
5bd179053b
@ -319,6 +319,11 @@ extern int name_mangling_version;
|
||||
/* Nonzero means that guiding declarations are allowed. */
|
||||
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. */
|
||||
#define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,
|
||||
|
Loading…
x
Reference in New Issue
Block a user