Fix bugs introduced in reader hash-map/{} change
authorStephen Thirlwall <sdt@dr.com>
Sat, 28 Mar 2015 05:22:26 +0000 (16:22 +1100)
committerStephen Thirlwall <sdt@dr.com>
Sat, 28 Mar 2015 05:31:06 +0000 (16:31 +1100)
commit208abaae43586d4bcafa6a5b0e1fea1dd74f0a00
tree71bbaba751c527ff075af7a0390c165ba4e2e55a
parent50263ccae3e6dae2706487301e89f958037cdb4e
Fix bugs introduced in reader hash-map/{} change

Only apparent in double-self-hosting mode.

eg. ../cpp/stepA_mal ./stepA_mal.mal ./stepA_mal.mal

Throws an error that MACROEXPAND is not defined.

TODO: figure out why modifying he hash in-place doesn't work.
cpp/Types.cpp
cpp/Types.h