diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/b_builtins.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/b_builtins.h b/src/b_builtins.h index 6e09535..15fd0bd 100644 --- a/src/b_builtins.h +++ b/src/b_builtins.h @@ -10,19 +10,19 @@ /* */ /* ************************************************************************** */ -#ifndef B_BUILTINS_H -#define B_BUILTINS_H +#ifndef FT_B_BUILTINS_H +# define FT_B_BUILTINS_H -#include "b_alias.h" -#include "b_cd.h" -#include "b_echo.h" -#include "b_env.h" -#include "b_exit.h" -#include "b_export.h" -#include "b_h.h" -#include "b_pwd.h" -#include "b_type.h" -#include "b_unset.h" -#include "b_sqb.h" +# include "b_alias.h" +# include "b_cd.h" +# include "b_echo.h" +# include "b_env.h" +# include "b_exit.h" +# include "b_export.h" +# include "b_h.h" +# include "b_pwd.h" +# include "b_type.h" +# include "b_unset.h" +# include "b_sqb.h" #endif |