diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-03 19:00:47 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-03 19:00:47 +0200 |
commit | bfaf4c53a8406ea0bfbd8699807b567a5322a03f (patch) | |
tree | b8ce7d07b3094de0c4ba98160f35cf7e64eeae1d /src/d_enum.h | |
parent | Added $ for varname (diff) | |
download | 42-minishell-bfaf4c53a8406ea0bfbd8699807b567a5322a03f.tar.gz 42-minishell-bfaf4c53a8406ea0bfbd8699807b567a5322a03f.tar.bz2 42-minishell-bfaf4c53a8406ea0bfbd8699807b567a5322a03f.tar.xz 42-minishell-bfaf4c53a8406ea0bfbd8699807b567a5322a03f.tar.zst 42-minishell-bfaf4c53a8406ea0bfbd8699807b567a5322a03f.zip |
Export is working
Diffstat (limited to '')
-rw-r--r-- | src/d_enum.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/d_enum.h b/src/d_enum.h index ec35ca3..921195f 100644 --- a/src/d_enum.h +++ b/src/d_enum.h @@ -20,12 +20,6 @@ ** 1: alloc err */ -typedef enum -{ - FALSE, - TRUE -} t_bool; - enum { FT_RET_FINE, |