about summary refs log tree commit diff
path: root/stdio-common/tst-fphex-wide.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/tst-fphex-wide.c')
-rw-r--r--stdio-common/tst-fphex-wide.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/stdio-common/tst-fphex-wide.c b/stdio-common/tst-fphex-wide.c
index 2fd9f6ae3e..04d913561f 100644
--- a/stdio-common/tst-fphex-wide.c
+++ b/stdio-common/tst-fphex-wide.c
@@ -19,12 +19,6 @@
 
 #include <wchar.h>
 
-#define STR_LEN wcslen
-#define SPRINT swprintf
-#define STR_CMP wcscmp
-#define CHAR_T wchar_t
-#define PRINT wprintf
-#define L_(Str)        L##Str
-#define L "l"
+#define WIDE 1
 
 #include "tst-fphex.c"