should compile with csources again

This commit is contained in:
Araq
2014-10-06 01:01:23 +02:00
parent 6072d981ea
commit b781e25ec6
2 changed files with 0 additions and 3 deletions

View File

@@ -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 ------------------------------

View File

@@ -15,9 +15,7 @@ Concurrency
-----------
- test 'deepCopy' for closures
- implement 'foo[1..4] = spawn(f[4..7])'
- document the new 'spawn' and 'parallel' statements
Low priority:
- support for exception propagation? (hard to implement)