summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/_curses_build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/_curses_build.py b/demo/_curses_build.py
index a7bd6b8..1a1a3ec 100644
--- a/demo/_curses_build.py
+++ b/demo/_curses_build.py
@@ -10,9 +10,9 @@ ffi = FFI()
ffi.cdef("""
typedef ... WINDOW;
typedef ... SCREEN;
-typedef unsigned long mmask_t;
+typedef unsigned long... mmask_t;
typedef unsigned char bool;
-typedef unsigned long chtype;
+typedef unsigned long... chtype;
typedef chtype attr_t;
typedef struct