added rcsid
added field to remember ms_gto
This commit is contained in:
parent
1c803d4380
commit
c299a9cbc0
@ -1,3 +1,5 @@
|
|||||||
|
/* $Header$ */
|
||||||
|
|
||||||
struct num {
|
struct num {
|
||||||
num_p n_next;
|
num_p n_next;
|
||||||
unsigned n_number;
|
unsigned n_number;
|
||||||
@ -27,6 +29,7 @@ typedef struct proinf {
|
|||||||
line_p lastline;
|
line_p lastline;
|
||||||
sym_p symbol;
|
sym_p symbol;
|
||||||
reg_p freg;
|
reg_p freg;
|
||||||
|
bool gtoproc;
|
||||||
num_p numhash[NNUMHASH];
|
num_p numhash[NNUMHASH];
|
||||||
} proinf;
|
} proinf;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user