diff options
author | Araq <rumpf_a@web.de> | 2014-10-06 01:01:23 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-10-06 01:01:23 +0200 |
commit | b781e25ec63b340a6c215721e07a25e4bda42994 (patch) | |
tree | bf0a774969c4d2718d2a90b60a14575e228bc6d7 /compiler | |
parent | 6072d981ea8599051812b1b29e3849b2004e6c0f (diff) | |
download | Nim-b781e25ec63b340a6c215721e07a25e4bda42994.tar.gz |
should compile with csources again
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ast.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index 762e09a95..db6003b87 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -681,7 +681,6 @@ type heapRoot*: PRope # keeps track of the enclosing heap object that # owns this location (required by GC algorithms # employing heap snapshots or sliding views) - #a*: int # location's "address", i.e. slot for temporaries # ---------------- end of backend information ------------------------------ |