summaryrefslogtreecommitdiffstats
path: root/tksao/frame/lex.L
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-12 18:23:23 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-12 18:23:23 (GMT)
commit8142cb4cc65d4501fdcd8c948986cff3e9d45036 (patch)
treebf0ff25aa9975b5c0d58567caa5c5fbcab600d5d /tksao/frame/lex.L
parent10e68f58b7f7d74c4ba02cb0561e2c1d59f6d92b (diff)
downloadblt-8142cb4cc65d4501fdcd8c948986cff3e9d45036.zip
blt-8142cb4cc65d4501fdcd8c948986cff3e9d45036.tar.gz
blt-8142cb4cc65d4501fdcd8c948986cff3e9d45036.tar.bz2
add precision command tests
Diffstat (limited to 'tksao/frame/lex.L')
-rw-r--r--tksao/frame/lex.L1
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/lex.L b/tksao/frame/lex.L
index 3a201e4..d75924c 100644
--- a/tksao/frame/lex.L
+++ b/tksao/frame/lex.L
@@ -244,6 +244,7 @@ pointer {return POINTER_;}
polygon {return POLYGON_;}
postscript {return POSTSCRIPT_;}
pow {return POW_;}
+precision {return PRECISION_;}
print {return PRINT_;}
preserve {return PRESERVE_;}
projection {return PROJECTION_;}