Subversion Repositories HelenOS

Rev

Rev 3371 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3371 Rev 3373
1
#ifndef BUILTINS_H
1
#ifndef BUILTINS_H
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
 
7
 
8
builtin_t builtins[] = {
8
builtin_t builtins[] = {
9
#include "cd/cd.def"
9
#include "cd/cd_def.h"
10
    {NULL, NULL, NULL, NULL}
10
    {NULL, NULL, NULL, NULL}
11
};
11
};
12
 
12
 
13
#endif
13
#endif
14
 
14