* Fixed builtins.genericClosure.

This commit is contained in:
Eelco Dolstra 2010-04-21 15:57:11 +00:00
parent fe2d869e04
commit 0777448ca6
3 changed files with 61 additions and 25 deletions

View file

@ -304,7 +304,7 @@ private:
/* Return a string representing the type of the value `v'. */
string showType(Value & v);
string showType(const Value & v);
}