From: ceriel Date: Mon, 4 Dec 1995 16:42:11 +0000 (+0000) Subject: Corrected nested function info X-Git-Tag: release-5-5~70 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6d39052c12d0f1a712a1c8a185218fe3ff91cd00;p=ack.git Corrected nested function info --- diff --git a/lang/m2/comp/stab.c b/lang/m2/comp/stab.c index c9c0c1495..7c1918cd3 100644 --- a/lang/m2/comp/stab.c +++ b/lang/m2/comp/stab.c @@ -302,6 +302,7 @@ stb_string(df, kind) if (d && d->df_kind == D_PROCEDURE) { adds_db_str(sprint(buf, ",%s", d->df_idf->id_text)); + break; } sc = enclosing(sc); }