mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add PP_UNIQUE_SEED variation
This commit is contained in:
parent
b15038e5ca
commit
6ac5b66d0b
6 changed files with 78 additions and 14 deletions
|
@ -43,4 +43,15 @@
|
|||
# define SPROUT_PP_VARIADICS 0
|
||||
#endif
|
||||
|
||||
//
|
||||
// SPROUT_PP_HAS_COUNTER
|
||||
//
|
||||
#ifdef __COUNTER__
|
||||
# undef SPROUT_PP_HAS_COUNTER
|
||||
# define SPROUT_PP_HAS_COUNTER 1
|
||||
#else
|
||||
# undef SPROUT_PP_HAS_COUNTER
|
||||
# define SPROUT_PP_HAS_COUNTER 0
|
||||
#endif
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_CONFIG_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue