Merge branch 'w-extra' of git://github.com/verpeteren/wren into verpeteren-w-extra

This commit is contained in:
Bob Nystrom
2015-03-22 21:49:31 -07:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1370,7 +1370,7 @@ void wrenReleaseMethod(WrenVM* vm, WrenMethod* method)
}
// Execute [source] in the context of the core module.
WrenInterpretResult static loadIntoCore(WrenVM* vm, const char* source)
static WrenInterpretResult loadIntoCore(WrenVM* vm, const char* source)
{
ObjModule* coreModule = getCoreModule(vm);