Don't forget to #undef FINALIZER

This commit is contained in:
Charlotte Koch
2018-06-05 13:27:45 -07:00
parent 40c927f440
commit 18f74d89c4

View File

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