projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b121d8e
)
comment
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 4 Dec 2010 09:11:18 +0000
(10:11 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 4 Dec 2010 09:11:18 +0000
(10:11 +0100)
Cython/Compiler/Parsing.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Parsing.py
b/Cython/Compiler/Parsing.py
index 4995bbdf1a3c9641872f3b46745a7e988f750863..09c7139ec5355c7d6168f4d9e1fb1efb7ed62e10 100644
(file)
--- a/
Cython/Compiler/Parsing.py
+++ b/
Cython/Compiler/Parsing.py
@@
-1913,7
+1913,7
@@
def p_c_simple_base_type(s, self_flag, nonempty, templates = None):
name = s.systring
s.next()
else:
- name = 'int'
+ name = 'int'
# long [int], short [int], long [int] complex, etc.
if s.sy == 'IDENT' and s.systring == 'complex':
complex = 1
s.next()