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

@ -22,3 +22,4 @@ Sven Bergström <sven@underscorediscovery.com>
Kyle Charters <kylewcharters@gmail.com>
Marshall Bowers <elliott.codes@gmail.com>
Michal Kozakiewicz <michalkozakiewicz3@gmail.com>
Charlotte Koch <cfkoch@edgebsd.org>

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].
//