summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Parsing.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Compiler/Parsing.pxd')
-rw-r--r--Cython/Compiler/Parsing.pxd4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cython/Compiler/Parsing.pxd b/Cython/Compiler/Parsing.pxd
index 1df8530cb..a25652e2c 100644
--- a/Cython/Compiler/Parsing.pxd
+++ b/Cython/Compiler/Parsing.pxd
@@ -64,8 +64,8 @@ cdef expect_ellipsis(PyrexScanner s)
cdef make_slice_nodes(pos, subscripts)
cpdef make_slice_node(pos, start, stop = *, step = *)
cdef p_atom(PyrexScanner s)
-cdef parse_atom_string(pos, PyrexScanner s)
-cdef parse_atom_ident_constants(pos, PyrexScanner s)
+cdef p_atom_string(PyrexScanner s)
+cdef p_atom_ident_constants(PyrexScanner s)
@cython.locals(value=unicode)
cdef p_int_literal(PyrexScanner s)
cdef p_name(PyrexScanner s, name)