1
0
forked from Mirror/wren

Merge branch 'missing_undef' of https://github.com/dressupgeekout/wren into dressupgeekout-missing_undef

# Conflicts:
#	AUTHORS
This commit is contained in:
Bob Nystrom
2018-07-13 07:01:57 -07:00
2 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,7 @@ static ModuleRegistry modules[] =
#undef END_CLASS
#undef METHOD
#undef STATIC_METHOD
#undef FINALIZER
// Looks for a built-in module with [name].
//