(struct element_t): Added BEG_LINE and END_LINE.
This commit is contained in:
parent
f851642347
commit
b5726ac831
1 changed files with 2 additions and 0 deletions
2
format.h
2
format.h
|
|
@ -20,7 +20,9 @@ struct element_t
|
|||
VALUE_EXPR,
|
||||
SOURCE,
|
||||
BEG_POS,
|
||||
BEG_LINE,
|
||||
END_POS,
|
||||
END_LINE,
|
||||
DATE_STRING,
|
||||
CLEARED,
|
||||
CODE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue