Added MSG_DYNAMIC

This commit is contained in:
alphanu1 2019-02-12 10:51:06 +00:00 committed by GitHub
parent 55f3edb5ad
commit acbb014b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,6 +208,7 @@ enum msg_hash_enums
MSG_NO_ARGUMENTS_SUPPLIED_AND_NO_MENU_BUILTIN,
MSG_COMPILER,
MSG_NATIVE,
MSG_DYNAMIC,
MSG_UNKNOWN_COMPILER,
MSG_FAILED,
MSG_SUCCEEDED,