From: ceriel Date: Wed, 29 Jun 1988 14:05:37 +0000 (+0000) Subject: fixed bug with linenumber counting X-Git-Tag: release-5-5~3124 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1f07fc05a47f86b0d99eef8bb3d4b6c8ff136496;p=ack.git fixed bug with linenumber counting --- diff --git a/modules/src/read_em/read_em.c b/modules/src/read_em/read_em.c index b84428922..f65245978 100644 --- a/modules/src/read_em/read_em.c +++ b/modules/src/read_em/read_em.c @@ -251,12 +251,11 @@ EM_getinstr(p) i = em_ptyp[j]; if (j == PAR_NO) { /* No arguments */ p->em_argtype = 0; - break; } #ifndef COMPACT if (j == PAR_B) i = ptyp(sp_ilb2); #endif COMPACT - getarg(i, &(p->em_arg)); + if (j != PAR_NO) getarg(i, &(p->em_arg)); #ifndef COMPACT if (j == PAR_B) { p->em_cst = p->em_ilb;