]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/cp-tree.h
re PR c++/34055 (ICE with invalid specialization of variadic template)
[thirdparty/gcc.git] / gcc / cp / cp-tree.h
index f954da5d850985f4fd9b3bfe0ad5794982d55da1..5f43c13d3d8ddfbfbe97dda330062414563c5e62 100644 (file)
@@ -4435,7 +4435,7 @@ extern int comp_template_parms                    (const_tree, const_tree);
 extern bool uses_parameter_packs                (tree);
 extern bool template_parameter_pack_p           (const_tree);
 extern tree make_pack_expansion                 (tree);
-extern bool check_for_bare_parameter_packs      (tree*);
+extern bool check_for_bare_parameter_packs      (tree);
 extern tree get_template_info                  (tree);
 extern int template_class_depth                        (tree);
 extern int is_specialization_of                        (tree, tree);