missing file

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
This commit is contained in:
Thomas Nagy 2014-05-21 17:04:14 +02:00
parent 8821ab2b28
commit 6566072086
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 8 additions and 0 deletions

View 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)