From: Andrew Macleod Date: Tue, 10 Feb 1998 12:31:55 +0000 (+0000) Subject: Add declaration for flag_do_squangling. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5bd179053b6d6b706b70ab650bc4ca90541a0cca;p=gcc.git Add declaration for flag_do_squangling. From-SVN: r17830 --- diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 6973e664214..c934196c285 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -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,