diff options
| -rw-r--r-- | csv.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -17,8 +17,8 @@ | |||
| 17 | 17 | ||
| 18 | // === some usefull Makros === | 18 | // === some usefull Makros === |
| 19 | 19 | ||
| 20 | #define UNUSED(x) (void) (sizeof((x), 0)) // mark a parameter as 'unused' | 20 | #define UNUSED(x) (void) (x) // mark a parameter as 'unused' |
| 21 | #define STR(s) #s // Stringify a Makro | 21 | #define STR(s) #s // Stringify a Makro |
| 22 | #define XSTR(s) STR(s) | 22 | #define XSTR(s) STR(s) |
| 23 | 23 | ||
| 24 | // === Semantic Version Information === | 24 | // === Semantic Version Information === |
