repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
compiler
/
include
/
aros
/
preprocessor
/
variadic
/
first.hpp
blob
72b2973885112815eca82f8031ab913979b48e71
1
# ifndef AROS_PREPROCESSOR_VARIADIC_FIRST_HPP
2
# define AROS_PREPROCESSOR_VARIADIC_FIRST_HPP
3
#
4
# define AROS_PP_VARIADIC_FIRST(...) AROS_PP_VARIADIC_FIRST_I(__VA_ARGS__)
5
#
6
# define AROS_PP_VARIADIC_FIRST_I(a, ...) a
7
#
8
# endif