aboutsummaryrefslogtreecommitdiff
path: root/csv.c
diff options
context:
space:
mode:
Diffstat (limited to 'csv.c')
-rw-r--r--csv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/csv.c b/csv.c
index 50e490e..0a41e9e 100644
--- a/csv.c
+++ b/csv.c
@@ -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 ===