From 4d1e9c68ea49af996357c476557414f9a67bf767 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 4 Jul 2005 04:31:32 +0000 Subject: [PATCH] *** empty log message *** --- ase/stx/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ase/stx/parser.c b/ase/stx/parser.c index 08b6aaa9..5cc77cb5 100644 --- a/ase/stx/parser.c +++ b/ase/stx/parser.c @@ -1,5 +1,5 @@ /* - * $Id: parser.c,v 1.46 2005-07-03 16:37:01 bacon Exp $ + * $Id: parser.c,v 1.47 2005-07-04 04:31:32 bacon Exp $ */ #include @@ -562,7 +562,7 @@ xp_sprintf (buf, xp_countof(buf), XP_TEXT("%d"), i); } if (xp_stx_lookup_class_variable ( - parser->stx, parser->method_class, target, &i) != parser->stx->nil) { + parser->stx, parser->method_class, target) != parser->stx->nil) { if (__parse_expression(parser) == -1) return -1; EMIT_CODE (parser, XP_TEXT("ASSIGN_CLASSVAR #"), target); return 0;