diff options
author | Araq <rumpf_a@web.de> | 2013-01-11 01:08:37 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-01-11 01:08:37 +0100 |
commit | 4670445a935e2555f4c5c41f810b606fe5abaa0d (patch) | |
tree | a71df57d721e3e9add158114e00bcc8dd5cd4a0d /lib/pure/collections/tables.nim | |
parent | 86b19c44eba8a1572feaeb47f039e5da5478720a (diff) | |
download | Nim-4670445a935e2555f4c5c41f810b606fe5abaa0d.tar.gz |
'importcpp' for the JS target to generate an infix call
Diffstat (limited to 'lib/pure/collections/tables.nim')
-rwxr-xr-x | lib/pure/collections/tables.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/collections/tables.nim b/lib/pure/collections/tables.nim index fc394d1f8..3b252f1d2 100755 --- a/lib/pure/collections/tables.nim +++ b/lib/pure/collections/tables.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2013 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. |