Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ec368
)
Fix problem with an ifdef that should have been ifndef.
author
David Griffith
<dave@661.org>
Thu, 18 Jul 2019 00:06:04 +0000
(
00:06
+0000)
committer
David Griffith
<dave@661.org>
Thu, 18 Jul 2019 00:06:04 +0000
(
00:06
+0000)
src/curses/ux_input.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_input.c
b/src/curses/ux_input.c
index 22ceb40c00dfd0afa4423274d5951e458a417016..5814427929a1767373410b64cf979f06bb44f3b6 100644
(file)
--- a/
src/curses/ux_input.c
+++ b/
src/curses/ux_input.c
@@
-36,7
+36,7
@@
#ifdef USE_UTF8
#include <wchar.h>
#else
-#ifdef wint_t
+#if
n
def wint_t
typedef unsigned int wint_t;
#endif
#endif