summaryrefslogtreecommitdiffstats
path: root/src/d_define.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/d_define.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/d_define.h b/src/d_define.h
index 5c10526..8e73668 100644
--- a/src/d_define.h
+++ b/src/d_define.h
@@ -66,11 +66,14 @@
** ====== UTILS ======
*/
-#define C_SQUOTE 0x27
-#define C_DQUOTE 0x22
-#define C_BACKS 0x5c
#define C_NUL 0x00
#define C_SUB 0x1a
+#define C_DQUOTE 0x22
+#define C_SQUOTE 0x27
+#define C_AMP 0x26
+#define C_SEMIC 0x3b
+#define C_BACKS 0x5c
+#define C_PIPE 0x7c
/*
** ====== FILES ======