From 2dd98267f08ed149f79761568bcd32bd295cb1be Mon Sep 17 00:00:00 2001 From: Eliseo Martínez Date: Tue, 22 Apr 2014 20:57:33 +0200 Subject: Use portable format specifiers: Remove dead code. --- src/vim.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/vim.h b/src/vim.h index d08b3b2558..3dbb335980 100644 --- a/src/vim.h +++ b/src/vim.h @@ -88,10 +88,6 @@ Error: configure did not run properly.Check auto/config.log. # define __w64 typedef unsigned long __w64 long_u; typedef long __w64 long_i; -# define SCANF_HEX_LONG_U "%lx" -# define SCANF_DECIMAL_LONG_U "%lu" -# define PRINTF_HEX_LONG_U "0x%lx" -#define PRINTF_DECIMAL_LONG_U SCANF_DECIMAL_LONG_U /* * The characters and attributes cached for the screen. -- cgit