repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* add p cc
[mascara-docs.git]
/
compilers
/
pcc
/
pcc-1.0.0
/
cc
/
cpp
/
tests
/
test13
blob
51e2385dc308fec66aa4902d21ada60896c75269
1
2
#define UL long, foo
3
#define D(I,F) I
4
#define E(I) D(I)
5
E(UL)
6
7
#define FOO 1
8
9
#if (FOO == 1)
10
11
#endif /* FOO */