more unnecessary #undef

This commit is contained in:
nhmall
2022-11-01 12:52:22 -04:00
parent 5192191e5d
commit b4080cefcb
3 changed files with 2 additions and 7 deletions

View File

@@ -10,7 +10,9 @@
/* the prototypes in system headers contain useless argument names
that trigger spurious warnings if gcc's `-Wshadow' option is used */
#ifdef index
#undef index
#endif
#define index _hide_index_
#define time _hide_time_
@@ -18,7 +20,6 @@
#include <gdk/gdk.h>
#undef index
#define index strchr
#undef time
extern short glyph2tile[]; /* From tile.c */