Allow returning something of type void in a function that returns void
[delight/core.git] / d-c-stubs.c
blob1c858bf692eeea0662b96c5c6a75e3f8bc134cf5
1 #include "config.h"
2 #include "system.h"
3 #include "coretypes.h"
4 #include "tm.h"
5 #include "tree.h"
6 #include "flags.h"
7 #include "convert.h"
8 #include "cpplib.h"
10 add_cpp_dir_path (cpp_dir *p, int chain)
12 /* nothing */
15 void
16 add_path (char *path, int chain, int cxx_aware, bool user_supplied_p)
18 /* nothing */
21 void
22 builtin_define_with_value (const char *macro, const char *expansion, int is_str)
24 /* nothing */
27 enum { unused } c_language;
29 enum cpp_ttype
30 c_lex (tree *value)
32 #if D_GCC_VER >= 40
33 gcc_assert(0);
34 #else
35 return 0;
36 #endif