diff options
Diffstat (limited to 'tool/addopcodes.tcl')
-rw-r--r-- | tool/addopcodes.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/addopcodes.tcl b/tool/addopcodes.tcl index dfd7fac88..7059d7136 100644 --- a/tool/addopcodes.tcl +++ b/tool/addopcodes.tcl @@ -22,6 +22,8 @@ close $in # ILLEGAL *must* be the last two token codes and they must be in that order. # set extras { + TRUE + FALSE ISNOT FUNCTION COLUMN @@ -29,6 +31,7 @@ set extras { AGG_COLUMN UMINUS UPLUS + ISTRUE REGISTER VECTOR SELECT_COLUMN |