aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser-extra.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-02-01 09:41:13 +0000
committerbloodstalker <thabogre@gmail.com>2018-02-01 09:41:13 +0000
commitbb36d843120d0f30c8930c0cf430e265b0374f25 (patch)
tree6e8b1e3406472c06c4d10ee9e79502fcb864d3b5 /bruiser/bruiser-extra.h
parentfixed string type for xobjs, also xcall can now call functions by name as well (diff)
downloadmutator-bb36d843120d0f30c8930c0cf430e265b0374f25.tar.gz
mutator-bb36d843120d0f30c8930c0cf430e265b0374f25.zip
update
Diffstat (limited to 'bruiser/bruiser-extra.h')
-rw-r--r--bruiser/bruiser-extra.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h
index ac02451..b834345 100644
--- a/bruiser/bruiser-extra.h
+++ b/bruiser/bruiser-extra.h
@@ -34,6 +34,7 @@ struct SigNames
char *SigName;
};
+#if 0
std::vector<SigNames> SignalNames =
{
{SIGHUP, (char*)"SIGHUP"},
@@ -67,6 +68,7 @@ std::vector<SigNames> SignalNames =
{SIGWINCH, (char*)"SIGWINCH"},
{SIGIO, (char*)"SIGIO"}
};
+#endif
std::vector<std::string> BRUISR_COMMANDS =
{