summaryrefslogtreecommitdiff
path: root/python/cdec/sa/_sa.pxd
diff options
context:
space:
mode:
authorChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2014-09-15 23:00:01 -0400
committerChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2014-09-15 23:00:01 -0400
commit3822a2063e36b6ced948e5c22910a373c6c691b2 (patch)
tree208dab2df693adf2f8bdb9561eb6dbd92e2ac5c6 /python/cdec/sa/_sa.pxd
parent24e0ff67a5e63ff987755ef128d2b056fbdcd603 (diff)
migrate to new Cython version
Diffstat (limited to 'python/cdec/sa/_sa.pxd')
-rw-r--r--python/cdec/sa/_sa.pxd4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/cdec/sa/_sa.pxd b/python/cdec/sa/_sa.pxd
index f1cd8e29..2067e2b2 100644
--- a/python/cdec/sa/_sa.pxd
+++ b/python/cdec/sa/_sa.pxd
@@ -28,7 +28,9 @@ cdef class FeatureVector:
cdef class Phrase:
cdef int *syms
- cdef int n, *varpos, n_vars
+ cdef int n,
+ cdef int *varpos,
+ cdef n_vars
cdef public int chunkpos(self, int k)
cdef public int chunklen(self, int k)