repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git]
/
sdcc
/
support
/
regression
/
qct
/
0073-ifndef.c
blob
5636dcda86853bd5a7ee0b90faee6fbb9610b6fb
1
2
3
#ifndef DEF
4
int
x
=
0
;
5
#endif
6
7
#define DEF
8
9
#ifndef DEF
10
X
11
#endif
12
13
int
14
main
()
15
{
16
return
x
;
17
}