projects
/
argpar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c530e1d
)
Remove unused ARGPAR_PRINTF_FORMAT macro
author
Simon Marchi
<simon.marchi@efficios.com>
Fri, 20 Aug 2021 19:05:40 +0000
(15:05 -0400)
committer
Simon Marchi
<simon.marchi@efficios.com>
Fri, 20 Aug 2021 19:05:48 +0000
(15:05 -0400)
Change-Id: I1072360cc3f806fc8a46904d4cf1aa4263939c0f
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
argpar/argpar.c
patch
|
blob
|
blame
|
history
diff --git
a/argpar/argpar.c
b/argpar/argpar.c
index 1c3a06178189e90ca93d8564121183f2c9ddc1c0..55995124fb6332e5a4a3cf8296b55d55adfde3b2 100644
(file)
--- a/
argpar/argpar.c
+++ b/
argpar/argpar.c
@@
-24,12
+24,6
@@
#define ARGPAR_ASSERT(_cond) assert(_cond)
-#ifdef __MINGW_PRINTF_FORMAT
-# define ARGPAR_PRINTF_FORMAT __MINGW_PRINTF_FORMAT
-#else
-# define ARGPAR_PRINTF_FORMAT printf
-#endif
-
/*
* An argpar iterator.
*
This page took
0.02339 seconds
and
4
git commands to generate.