renamed another native, fixed backwards compat
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40687
This commit is contained in:
+5
-3
@@ -330,9 +330,11 @@ REGISTER_NATIVES(basicStrings)
|
||||
{"strlen", sm_strlen},
|
||||
{"StrBreak", StrBreak},
|
||||
{"StrContains", sm_contain},
|
||||
{"StrCompare", sm_strcmp},
|
||||
{"StrCompareN", sm_strncmp},
|
||||
{"StrCopy", sm_strcopy},
|
||||
{"strcmp", sm_strcmp},
|
||||
{"StrCompare", sm_strcmp}, /* Backwards compat shim */
|
||||
{"strncmp", sm_strncmp},
|
||||
{"strcopy", sm_strcopy},
|
||||
{"StrCopy", sm_strcopy}, /* Backwards compat shim */
|
||||
{"StringToInt", sm_strconvint},
|
||||
{"IntToString", sm_numtostr},
|
||||
{"StringToFloat", sm_strtofloat},
|
||||
|
||||
Reference in New Issue
Block a user