Move core.wren to be next to wren_core.wren.inc.

This commit is contained in:
Bob Nystrom
2015-10-17 22:17:10 -07:00
parent e5176607d9
commit 30e7d9e508
7 changed files with 22 additions and 25 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Generated automatically from builtin/core.wren. Do not edit.
// Generated automatically from src/vm/wren_core.wren. Do not edit.
static const char* coreModuleSource =
"class Bool {}\n"
"class Fiber {}\n"