TD-1090
This commit is contained in:
parent
9f3ccbb26f
commit
d50a9d153b
|
@ -33,6 +33,7 @@ enum {
|
||||||
|
|
||||||
/* label stack */
|
/* label stack */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
char top; /* number of labels */
|
||||||
int16_t pos[MAX_NUM_LABLES]; /* the position of the label */
|
int16_t pos[MAX_NUM_LABLES]; /* the position of the label */
|
||||||
char label[MAX_NUM_LABLES][MAX_LABEL_LEN]; /* name of the label */
|
char label[MAX_NUM_LABLES][MAX_LABEL_LEN]; /* name of the label */
|
||||||
} SLabel;
|
} SLabel;
|
||||||
|
|
Loading…
Reference in New Issue