repo.or.cz
/
delight
/
core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
"cast(Foo) foo" gets a maybe type only if Foo is a class
[delight/core.git]
/
d-c-stubs.c
blob
1c858bf692eeea0662b96c5c6a75e3f8bc134cf5
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"
9
10
add_cpp_dir_path
(
cpp_dir
*
p
,
int
chain
)
11
{
12
/* nothing */
13
}
14
15
void
16
add_path
(
char
*
path
,
int
chain
,
int
cxx_aware
,
bool
user_supplied_p
)
17
{
18
/* nothing */
19
}
20
21
void
22
builtin_define_with_value
(
const char
*
macro
,
const char
*
expansion
,
int
is_str
)
23
{
24
/* nothing */
25
}
26
27
enum
{
unused
}
c_language
;
28
29
enum
cpp_ttype
30
c_lex
(
tree
*
value
)
31
{
32
#if D_GCC_VER >= 40
33
gcc_assert
(
0
);
34
#else
35
return
0
;
36
#endif
37
}