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
/
0099-redeclaremacro.c
blob
cf940418e6516ade54e0709f60d763f69dee0c64
1
2
#define NULL ((void*)0)
3
#define NULL ((void*)0)
4
5
#define FOO(X, Y) (X + Y + Z)
6
#define FOO(X, Y) (X + Y + Z)
7
8
#define BAR(X, Y, ...) (X + Y + Z)
9
#define BAR(X, Y, ...) (X + Y + Z)
10
11
int
12
main
()
13
{
14
return
0
;
15
}