lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since f3d47c97 was f3d47c97, checked in by Jiri Svoboda <jiri@…>, 7 years ago |
Bdsh's xxx_def.h files are not valid headers.
|
-
Property mode
set to
100644
|
File size:
282 bytes
|
Line | |
---|
1 | #ifndef BUILTINS_H
|
---|
2 | #define BUILTINS_H
|
---|
3 |
|
---|
4 | #include "config.h"
|
---|
5 |
|
---|
6 | #include "batch/entry.h"
|
---|
7 | #include "cd/entry.h"
|
---|
8 | #include "exit/entry.h"
|
---|
9 |
|
---|
10 | builtin_t builtins[] = {
|
---|
11 | #include "batch/batch_def.inc"
|
---|
12 | #include "cd/cd_def.inc"
|
---|
13 | #include "exit/exit_def.inc"
|
---|
14 | {NULL, NULL, NULL, NULL, 0}
|
---|
15 | };
|
---|
16 |
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.