Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2135:0ceec3c2b25e
Date: 2015-05-30 14:22 +0200
http://bitbucket.org/cffi/cffi/changeset/0ceec3c2b25e/

Log:    Use '...' here

diff --git a/demo/_curses_build.py b/demo/_curses_build.py
--- a/demo/_curses_build.py
+++ b/demo/_curses_build.py
@@ -10,9 +10,9 @@
 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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to