summaryrefslogtreecommitdiffstats
path: root/src/d_define.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_define.h')
-rw-r--r--src/d_define.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/d_define.h b/src/d_define.h
index f5dd32e..674a141 100644
--- a/src/d_define.h
+++ b/src/d_define.h
@@ -19,8 +19,8 @@
** ====== CLASSICS ======
*/
-#define M_BUILTINS_REF "echo:cd:pwd:export:unset:env:exit:type:[:alias"
-#define M_BUILTINS_REF_LEN 48
+#define M_BUILTINS_REF "echo:cd:pwd:export:unset:env:exit:type:[:alias:h"
+#define M_BUILTINS_REF_LEN 49
/*
** ====== PSX ======
@@ -76,6 +76,7 @@
#define C_DOLLAR 0x24
#define C_SQUOTE 0x27
#define C_AMP 0x26
+#define C_PLUS 0x2b
#define C_SEMIC 0x3b
#define C_EQUALS 0x3d
#define C_BACKS 0x5c