summaryrefslogtreecommitdiffstats
path: root/src/d_define.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 19:37:37 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 19:37:37 +0200
commite29c1e07a7badb655145d04ca8f9a468b796b67c (patch)
treeae1ec8547079cbee80dc969193c5dcd072ea23a4 /src/d_define.h
parentTODO update (diff)
download42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.tar.gz
42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.tar.bz2
42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.tar.xz
42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.tar.zst
42-minishell-e29c1e07a7badb655145d04ca8f9a468b796b67c.zip
In progress
Diffstat (limited to 'src/d_define.h')
-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 fb387b3..65d4567 100644
--- a/src/d_define.h
+++ b/src/d_define.h
@@ -80,6 +80,7 @@
#define C_EQUALS 0x3d
#define C_BACKS 0x5c
#define C_PIPE 0x7c
+#define C_TILDE 0x7e
/*
** ====== FILES ======