Ignore:
Timestamp:
2018-03-11T20:38:03Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a35a3d8
Parents:
84239b1
Message:

Bdsh's xxx_def.h files are not valid headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/builtins/builtins.h

    r84239b1 rf3d47c97  
    99
    1010builtin_t builtins[] = {
    11 #include "batch/batch_def.h"
    12 #include "cd/cd_def.h"
    13 #include "exit/exit_def.h"
     11#include "batch/batch_def.inc"
     12#include "cd/cd_def.inc"
     13#include "exit/exit_def.inc"
    1414        {NULL, NULL, NULL, NULL, 0}
    1515};
Note: See TracChangeset for help on using the changeset viewer.