Rev 3425 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3425 | Rev 4377 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define BUILTINS_H |
2 | #define BUILTINS_H |
3 | 3 | ||
4 | #include "config.h" |
4 | #include "config.h" |
5 | 5 | ||
6 | #include "cd/entry.h" |
6 | #include "cd/entry.h" |
- | 7 | #include "exit/entry.h" |
|
7 | 8 | ||
8 | builtin_t builtins[] = { |
9 | builtin_t builtins[] = { |
9 | #include "cd/cd_def.h" |
10 | #include "cd/cd_def.h" |
- | 11 | #include "exit/exit_def.h" |
|
10 | {NULL, NULL, NULL, NULL} |
12 | {NULL, NULL, NULL, NULL} |
11 | }; |
13 | }; |
12 | 14 | ||
13 | #endif |
15 | #endif |