summaryrefslogtreecommitdiffabout
path: root/lib/data.cc
Side-by-side diff
Diffstat (limited to 'lib/data.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--lib/data.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/data.cc b/lib/data.cc
index c040430..f71788f 100644
--- a/lib/data.cc
+++ b/lib/data.cc
@@ -9,2 +9,5 @@ namespace opkele {
+ const char *_iname_leaders = "=@+$!(";
+ const char *_whitespace_chars = " \t\r\n";
+
}