removed numtostr and strtonum from native export tables (will be done using stock functions)

This commit is contained in:
Pavol Marko 2004-03-05 19:00:23 +00:00
parent fba6a48be5
commit c334614885

View File

@ -528,13 +528,11 @@ AMX_NATIVE_INFO string_Natives[] = {
{ "isalnum", is_alnum }, { "isalnum", is_alnum },
{ "isspace", is_space }, { "isspace", is_space },
{ "isalpha", is_alpha }, { "isalpha", is_alpha },
{ "numtostr", numtostr },
{ "num_to_str", numtostr }, { "num_to_str", numtostr },
{ "parse", parse }, { "parse", parse },
{ "replace", replace }, { "replace", replace },
{ "setc", setc }, { "setc", setc },
{ "strtolower", strtolower }, { "strtolower", strtolower },
{ "strtonum", strtonum },
{ "strtoupper", strtoupper }, { "strtoupper", strtoupper },
{ "str_to_num", strtonum }, { "str_to_num", strtonum },
{ NULL, NULL } { NULL, NULL }