From 5bd179053b6d6b706b70ab650bc4ca90541a0cca Mon Sep 17 00:00:00 2001 From: Andrew Macleod Date: Tue, 10 Feb 1998 12:31:55 +0000 Subject: [PATCH] Add declaration for flag_do_squangling. From-SVN: r17830 --- gcc/cp/cp-tree.h | 5 +++++ 1 file changed, 5 insertions(+) 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, -- 2.30.2