[pypy-commit] cffi default: Use '...' here

arigo noreply at buildbot.pypy.org
Sat May 30 14:21:20 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list