aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser-extra.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 =
{