git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7947
d7cf8633-e32d-0410-b094-
e92efae38249
//============================================================================
// 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[] = {