diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-06-21 19:08:50 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-06-21 19:08:50 (GMT) |
commit | fa52e6c892d06e9f4d9b23dc70538585068ef2b2 (patch) | |
tree | 2270354fd1c9be139a8ac0b379502701b9139123 | |
parent | ab9db73a99a0c22d19859e5081afaa8e70e280a8 (diff) | |
download | blt-fa52e6c892d06e9f4d9b23dc70538585068ef2b2.zip blt-fa52e6c892d06e9f4d9b23dc70538585068ef2b2.tar.gz blt-fa52e6c892d06e9f4d9b23dc70538585068ef2b2.tar.bz2 |
add bison define parser.error function
-rw-r--r-- | taccle/taccle.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taccle/taccle.tcl b/taccle/taccle.tcl index 15a6e31..affa9b2 100644 --- a/taccle/taccle.tcl +++ b/taccle/taccle.tcl @@ -2,7 +2,7 @@ # $Id: taccle.tcl,v 1.6 2005/03/17 20:42:21 tang Exp $ -set TACCLE_VERSION 1.2 +set TACCLE_VERSION 1.3 # no yydebug # no YYDEBUG |