From 2758a92715141a6eea0bf14921a00c1d1e0f788e Mon Sep 17 00:00:00 2001 From: black Date: Thu, 10 Jan 2008 10:07:32 +0000 Subject: [PATCH] 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 --- clvm_cmds.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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[] = { -- 2.39.2