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
/
rest.hpp
blob
176c08476e54f5c13f7adbfb09bb8f6613b89f4d
1
# ifndef AROS_PREPROCESSOR_VARIADIC_REST_HPP
2
# define AROS_PREPROCESSOR_VARIADIC_REST_HPP
3
#
4
# define AROS_PP_VARIADIC_REST(...) AROS_PP_VARIADIC_REST_I(__VA_ARGS__)
5
#
6
# define AROS_PP_VARIADIC_REST_I(a, ...) __VA_ARGS__
7
#
8
# endif