diff options
author | Araq <rumpf_a@web.de> | 2011-02-13 21:24:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-13 21:24:52 +0100 |
commit | 55c40746474cff452c09fa9c1244e3d0c7b3ad21 (patch) | |
tree | 3c3f4cf72a24b98ecabc7f259cc3018ad936ddb9 /lib/wrappers/tcl.nim | |
parent | c717304ce61acdf7f980bc4ed185e7ea9e886dd5 (diff) | |
download | Nim-55c40746474cff452c09fa9c1244e3d0c7b3ad21.tar.gz |
REPL improvements
Diffstat (limited to 'lib/wrappers/tcl.nim')
-rwxr-xr-x | lib/wrappers/tcl.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wrappers/tcl.nim b/lib/wrappers/tcl.nim index f2ecf558d..0134abad7 100755 --- a/lib/wrappers/tcl.nim +++ b/lib/wrappers/tcl.nim @@ -377,7 +377,6 @@ type result*: cstring # Do not access this directly. Use # Tcl_GetStringResult since result # may be pointing to an object - # freeProc*: TFreeProc errorLine*: int |