diff options
author | Araq <rumpf_a@web.de> | 2012-03-17 17:31:33 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-03-17 17:31:33 +0100 |
commit | 7fd8f285d0c466940d44ea98b94d7820775bb93e (patch) | |
tree | 736c0181636ed4c61653080f4731f0e6953138a7 /lib | |
parent | a1bde20c7097e0c272dc32d6093f0343c8a76226 (diff) | |
download | Nim-7fd8f285d0c466940d44ea98b94d7820775bb93e.tar.gz |
rebuilt C sources
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/system.nim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/system.nim b/lib/system.nim index 2644d6fbb..323cfc1bb 100755 --- a/lib/system.nim +++ b/lib/system.nim @@ -2213,13 +2213,6 @@ proc shallow*(s: var string) {.noSideEffect, inline.} = var s = cast[PGenericSeq](s) s.reserved = s.reserved or seqShallowFlag -#template static*(e: expr): expr = -# ## evaluates a given expression `e` at compile-time -# ## even if it has side effects -# block: -# const res = e -# res - type TNimrodNode {.final.} = object PNimrodNode* {.magic: "PNimrodNode".} = ref TNimrodNode |