aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser-extra.h
diff options
context:
space:
mode:
authorduneroadrunner <duneroadrunner@gmail.com>2017-06-24 12:28:12 +0000
committerduneroadrunner <duneroadrunner@gmail.com>2017-06-24 12:28:12 +0000
commit6db679ca4b60add207688597e4b3a81dc3d7bb12 (patch)
treec86c6cde5c095f6dc87c19c77a4c9fcb59b15e97 /bruiser/bruiser-extra.h
parentjust added support for the case where pointers are used as range (diff)
parentadded a new command, fixed an old one (diff)
downloadmutator-6db679ca4b60add207688597e4b3a81dc3d7bb12.tar.gz
mutator-6db679ca4b60add207688597e4b3a81dc3d7bb12.zip
Merge branch 'master' of https://github.com/bloodstalker/mutator.git
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser-extra.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h
index 73ffe3c..a4389f0 100644
--- a/bruiser/bruiser-extra.h
+++ b/bruiser/bruiser-extra.h
@@ -98,7 +98,6 @@ std::vector<std::string> LUA_FUNCS =
"version()",
"clear()",
"m0()",
- "runlua",
"Funcs()",
"Vars()",
"Arrays()",
@@ -111,6 +110,8 @@ std::vector<std::string> LUA_FUNCS =
"showsource",
"readxmlfile",
"extractmutagen",
+ "strainrecognition()",
+ "setmakepath",
"_G",
"_VERSION",
"assert",