From: black Date: Thu, 10 Jan 2008 10:07:32 +0000 (+0000) Subject: Fix a bug in the automatically generated builtin file. X-Git-Tag: xonotic-v0.1.0preview~2559 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2758a92715141a6eea0bf14921a00c1d1e0f788e;p=xonotic%2Fdarkplaces.git Fix a bug in the automatically generated builtin file. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7947 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/clvm_cmds.c b/clvm_cmds.c index 6718b750..290ad287 100644 --- a/clvm_cmds.c +++ b/clvm_cmds.c @@ -2866,10 +2866,10 @@ void VM_CL_serverkey(void) //============================================================================ // To create a almost working builtin file from this replace: -// "^NULL,.*" with "" -// "^{.*//.*}:Wh\(.*)" with "" +// "^NULL.*" with "" +// "^{.*//.*}:Wh\(.*\)" with "\1" // "\:" with "//" -// ".*//:Wh{\#:d*}:Wh{.*}" with "\2 = \1;" +// "^.*//:Wh{\#:d*}:Wh{.*}" with "\2 = \1;" // "\n\n+" with "\n\n" prvm_builtin_t vm_cl_builtins[] = {