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