diff options
author | Araq <rumpf_a@web.de> | 2011-12-03 17:21:35 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-12-03 17:21:35 +0100 |
commit | c8d270268a89b172cc039a793bc56256dc334dca (patch) | |
tree | cbba9f2a8c9ceaead13b9c4058caf1f28f0d716f /lib/system/mmdisp.nim | |
parent | 9e5aee62a4c233c870187a19a0479cc8ab7ceeb7 (diff) | |
download | Nim-c8d270268a89b172cc039a793bc56256dc334dca.tar.gz |
bugfixes for .rod files and visual C++
Diffstat (limited to 'lib/system/mmdisp.nim')
-rwxr-xr-x | lib/system/mmdisp.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/mmdisp.nim b/lib/system/mmdisp.nim index 7e0490747..fa257cd9a 100755 --- a/lib/system/mmdisp.nim +++ b/lib/system/mmdisp.nim @@ -207,7 +207,7 @@ else: include "system/alloc" include "system/cellsets" - sysAssert(sizeof(TCell) == sizeof(TFreeCell)) + sysAssert(sizeof(TCell) == sizeof(TFreeCell), "sizeof TFreeCell") include "system/gc" {.pop.} |