Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
e99ce357
Commit
e99ce357
authored
Feb 05, 2010
by
daniloaf@daniloaf-PC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing Parsing.pxd
parent
35fb4cfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Cython/Compiler/Parsing.pxd
Cython/Compiler/Parsing.pxd
+4
-4
No files found.
Cython/Compiler/Parsing.pxd
View file @
e99ce357
...
...
@@ -102,11 +102,11 @@ cpdef p_statement_list(PyrexScanner s, ctx, bint first_statement = *)
cpdef
p_suite
(
PyrexScanner
s
,
ctx
=
*
,
bint
with_doc
=
*
,
bint
with_pseudo_doc
=
*
)
cpdef
p_positional_and_keyword_args
(
PyrexScanner
s
,
end_sy_set
,
type_positions
=
*
,
type_keywords
=
*
)
cpdef
p_c_base_type
(
PyrexScanner
s
,
bint
self_flag
=
*
,
bint
nonempty
=
*
)
cpdef
p_c_base_type
(
PyrexScanner
s
,
bint
self_flag
=
*
,
bint
nonempty
=
*
,
templates
=
*
)
cpdef
p_calling_convention
(
PyrexScanner
s
)
cpdef
p_c_complex_base_type
(
PyrexScanner
s
)
cpdef
p_c_simple_base_type
(
PyrexScanner
s
,
self_flag
,
nonempty
)
cpdef
p_buffer_
access
(
PyrexScanner
s
,
base_type_node
)
cpdef
p_c_simple_base_type
(
PyrexScanner
s
,
self_flag
,
nonempty
,
templates
=
*
)
cpdef
p_buffer_
or_template
(
PyrexScanner
s
,
base_type_node
)
cpdef
bint
looking_at_name
(
PyrexScanner
s
)
except
-
2
cpdef
bint
looking_at_expr
(
PyrexScanner
s
)
except
-
2
cpdef
bint
looking_at_base_type
(
PyrexScanner
s
)
except
-
2
...
...
@@ -150,4 +150,4 @@ cpdef p_doc_string(PyrexScanner s)
cpdef
p_code
(
PyrexScanner
s
,
level
=
*
)
cpdef
p_compiler_directive_comments
(
PyrexScanner
s
)
cpdef
p_module
(
PyrexScanner
s
,
pxd
,
full_module_name
)
cpdef
p_cpp_class_definition
(
PyrexScanner
s
,
ctx
)
cpdef
p_cpp_class_definition
(
PyrexScanner
s
,
pos
,
ctx
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment