From: sater Date: Thu, 17 May 1984 14:13:06 +0000 (+0000) Subject: added rcsid X-Git-Tag: release-5-5~6286 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d78dadca3fdaebcaac5630f69c47fc979bf691da;p=ack.git added rcsid added field to remember ms_gto --- diff --git a/util/opt/proinf.h b/util/opt/proinf.h index 4ab685132..0813fef13 100644 --- a/util/opt/proinf.h +++ b/util/opt/proinf.h @@ -1,3 +1,5 @@ +/* $Header$ */ + struct num { num_p n_next; unsigned n_number; @@ -27,6 +29,7 @@ typedef struct proinf { line_p lastline; sym_p symbol; reg_p freg; + bool gtoproc; num_p numhash[NNUMHASH]; } proinf;