Minor cleanup and refactoring.

This commit is contained in:
Bob Nystrom
2014-04-06 18:59:53 -07:00
parent aab02bcded
commit db082967f4
8 changed files with 58 additions and 57 deletions
-1
View File
@@ -85,7 +85,6 @@ WrenVM* wrenNewVM(WrenConfiguration* configuration);
void wrenFreeVM(WrenVM* vm);
// Runs [source], a string of Wren source code in a new fiber in [vm].
// TODO: Define error codes.
WrenInterpretResult wrenInterpret(WrenVM* vm, const char* sourcePath,
const char* source);