From: divverent Date: Thu, 15 Nov 2007 15:54:32 +0000 (+0000) Subject: add missing str*cmp builtins to mvm_cmds.c X-Git-Tag: xonotic-v0.1.0preview~2782 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=09142561d1195d7ee705ebe87d83e5b0aee72f0f;p=xonotic%2Fdarkplaces.git add missing str*cmp builtins to mvm_cmds.c git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7699 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/mvm_cmds.c b/mvm_cmds.c index e3aea4b4..7d4d12e1 100644 --- a/mvm_cmds.c +++ b/mvm_cmds.c @@ -998,9 +998,9 @@ NULL, // #224 NULL, // #225 NULL, // #226 NULL, // #227 -NULL, // #228 -NULL, // #229 -NULL, // #230 +VM_strncmp, // #228 float(string s1, string s2, float len) strncmp (FTE_STRINGS) +VM_strncasecmp, // #229 float(string s1, string s2) strcasecmp (FTE_STRINGS) +VM_strncasecmp, // #230 float(string s1, string s2, float len) strncasecmp (FTE_STRINGS) NULL, // #231 NULL, // #232 NULL, // #233