parser.c (cp_parser_make_typename_type): Call make_typename_type with tf_none instead...
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Fri, 2 Dec 2005 01:31:42 +0000 (01:31 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 2 Dec 2005 01:31:42 +0000 (01:31 +0000)
commit8da15291d0387b0391e4842e841561d63ea636de
treee36fa951f2adada32792fa62b70b56b41215e112
parente45b3c75467600eafb89a989301d207da3f31650
parser.c (cp_parser_make_typename_type): Call make_typename_type with tf_none instead of magic value 0.

        * parser.c (cp_parser_make_typename_type): Call make_typename_type
        with tf_none instead of magic value 0.
        (cp_parser_explicit_instantiation): Call do_type_instantiation
        with tf_error instead of magic value 1.
        (cp_parser_elaborated_type_specifier): Call make_typename_type
        with tf_error instead of magic value 1.
        (cp_parser_class_name): Likewise.
        (cp_parser_lookup_name): Likewise.

From-SVN: r107855
gcc/cp/ChangeLog
gcc/cp/parser.c