diff options
author | Araq <rumpf_a@web.de> | 2011-01-05 23:46:50 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-01-05 23:46:50 +0100 |
commit | 5635fde06024b00bb874126bea208f07b4b8db9d (patch) | |
tree | e54cbee31f63078f125574b52e763ce883f07c22 /rod/cgmeth.nim | |
parent | 63ac32e6de018b5e175efb6f61675bfe36394973 (diff) | |
download | Nim-5635fde06024b00bb874126bea208f07b4b8db9d.tar.gz |
transf: big refactoring; other small fixes
Diffstat (limited to 'rod/cgmeth.nim')
-rwxr-xr-x | rod/cgmeth.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rod/cgmeth.nim b/rod/cgmeth.nim index 05118f78a..7b3e5a75f 100755 --- a/rod/cgmeth.nim +++ b/rod/cgmeth.nim @@ -1,7 +1,7 @@ # # # The Nimrod Compiler -# (c) Copyright 2009 Andreas Rumpf +# (c) Copyright 2010 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. @@ -201,4 +201,4 @@ proc generateMethodDispatchers(): PNode = sortBucket(gMethods[bucket], relevantCols) addSon(result, newSymNode(genDispatcher(gMethods[bucket], relevantCols))) -gMethods = @ [] \ No newline at end of file +gMethods = @[] |