summaryrefslogtreecommitdiffstats
path: root/src/d_define.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-15 19:59:41 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-15 19:59:41 +0200
commitca2e36781039eb7e9901ccde395600e7af87ff4f (patch)
tree8a9d85433e943fbbd079bc55700e048a54d9bf24 /src/d_define.h
parenttype builtin fix (diff)
download42-minishell-ca2e36781039eb7e9901ccde395600e7af87ff4f.tar.gz
42-minishell-ca2e36781039eb7e9901ccde395600e7af87ff4f.tar.bz2
42-minishell-ca2e36781039eb7e9901ccde395600e7af87ff4f.tar.xz
42-minishell-ca2e36781039eb7e9901ccde395600e7af87ff4f.tar.zst
42-minishell-ca2e36781039eb7e9901ccde395600e7af87ff4f.zip
Huge fixes and stack stuff
Diffstat (limited to '')
-rw-r--r--src/d_define.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d_define.h b/src/d_define.h
index 1709bea..e0ca360 100644
--- a/src/d_define.h
+++ b/src/d_define.h
@@ -71,6 +71,7 @@
#define C_SUB 0x1a
#define C_ESC 0x1b
#define C_DQUOTE 0x22
+#define C_SHARP 0x23
#define C_DOLLAR 0x24
#define C_SQUOTE 0x27
#define C_AMP 0x26