Files
wren/src
Bob Nystrom 101c94802b fix: pass char* buffer instead of ObjString to error() in wrenCompile
In the variable undefined check within wrenCompile, the error() call was
receiving an ObjString struct instead of its underlying char* buffer,
causing a type mismatch. Changed the argument to access the .buffer field
of the variable name string.
2015-03-11 14:31:18 +00:00
..