lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 69145dae was 69145dae, checked in by Tim Post <echo@…>, 17 years ago |
|
pwd should be a module, not a builtin
|
-
Property mode
set to
100644
|
|
File size:
166 bytes
|
| Line | |
|---|
| 1 | #ifndef BUILTINS_H
|
|---|
| 2 | #define BUILTINS_H
|
|---|
| 3 |
|
|---|
| 4 | #include "config.h"
|
|---|
| 5 |
|
|---|
| 6 | #include "cd/entry.h"
|
|---|
| 7 |
|
|---|
| 8 | builtin_t builtins[] = {
|
|---|
| 9 | #include "cd/cd.def"
|
|---|
| 10 | {NULL, NULL, NULL, NULL}
|
|---|
| 11 | };
|
|---|
| 12 |
|
|---|
| 13 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.