diff options
Diffstat (limited to 'table.cc')
-rw-r--r-- | table.cc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,13 @@ static Keyword_ent the_key_tab[]={ "score", SCORE, "bar", BAR, "output", OUTPUT, + "cm", CM, + "pt", PT, + "in", IN, + "mm", MM, + "paper", PAPER, + "width", WIDTH, + "meter", METER, 0,0 } ; |