added rcsid
added field to remember ms_gto
This commit is contained in:
parent
4eb6ac7b9a
commit
d78dadca3f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue