From 84c83bfde29028b46c8e05bb885f60256e587fd1 Mon Sep 17 00:00:00 2001 From: law Date: Fri, 17 Apr 1998 08:32:50 +0000 Subject: [PATCH] Typos in last checkin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19262 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/method.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 139086b..8ea18a1 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -75,11 +75,11 @@ static tree build_decl_overload_real PROTO((tree, tree, tree, tree, static void build_template_template_parm_names PROTO((tree)); static void build_template_parm_names PROTO((tree, tree)); static void build_underscore_int PROTO((int)); -static void start_sqangling PROTO((void)); -static void end_sqangling PROTO((void)); +static void start_squangling PROTO((void)); +static void end_squangling PROTO((void)); static int check_ktype PROTO((tree, int)); static int issue_ktype PROTO((tree)); -static void build_overloaded_scope_ref PROTO((tree)); +static void build_overload_scope_ref PROTO((tree)); static void build_mangled_template_parm_index PROTO((char *, tree)); static int check_btype PROTO((tree)); -- 2.7.4