mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-07 17:05:17 +01:00
missing file
Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
This commit is contained in:
parent
8821ab2b28
commit
6566072086
8
tests/preproc/src/pasting.c
Normal file
8
tests/preproc/src/pasting.c
Normal file
@ -0,0 +1,8 @@
|
||||
#define STRINGIFY2( x) #x
|
||||
#define STRINGIFY(x) STRINGIFY2(x)
|
||||
|
||||
#define PASTE2( x, y) x ## y
|
||||
#define PASTE(x, y) PASTE2(x, y)
|
||||
|
||||
#include STRINGIFY(PASTE(PREFIX_VAL, PASTE(a, SUFFIX_VAL)).h)
|
||||
|
Loading…
Reference in New Issue
Block a user