summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-12-03 15:54:49 -0500
committerAllen Winter <allen.winter@kdab.com>2016-12-03 15:54:49 -0500
commitf3688b444f820cecf51b1539b0856a392c0fdb0f (patch)
treebae113e5c1eb9bd04fb7dacebb9120a857a97ae5 /config.h.cmake
parent422b6b95599e06b3a7867799d324ac8d2a14234f (diff)
downloadlibical-git-f3688b444f820cecf51b1539b0856a392c0fdb0f.tar.gz
Revert "src/libical/icaltimezone.c - build a scanf format string"
Windows doesn't like it This reverts commit 422b6b95599e06b3a7867799d324ac8d2a14234f.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 75b4b8a1..d0976534 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -549,7 +549,3 @@ typedef ssize_t IO_SSIZE_T;
#define _unused(x) (void)x
#endif
#endif
-
-/* Stringification macros */
-#define _stringify(x) #x
-#define _tostring(x) _stringify(x)