summaryrefslogtreecommitdiffabout
path: root/lib/data.cc
Side-by-side diff
Diffstat (limited to 'lib/data.cc') (more/less context) (show 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
@@ -8,4 +8,7 @@ namespace opkele {
const char *_default_g = "2";
+ const char *_iname_leaders = "=@+$!(";
+ const char *_whitespace_chars = " \t\r\n";
+
}
}