projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44739ff
)
minor cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 10 Mar 2010 08:02:10 +0000
(09:02 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 10 Mar 2010 08:02:10 +0000
(09:02 +0100)
Cython/Compiler/Scanning.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Scanning.py
b/Cython/Compiler/Scanning.py
index 562ed962e6cea9b456f5971e389612888f2a6a2a..8b1c36366456d6060d09f9743d61454c6f8c48ee 100644
(file)
--- a/
Cython/Compiler/Scanning.py
+++ b/
Cython/Compiler/Scanning.py
@@
-63,7
+63,7
@@
def build_resword_dict():
d[word] = 1
return d
-cython.declare(resword_dict=
obje
ct)
+cython.declare(resword_dict=
di
ct)
resword_dict = build_resword_dict()
#------------------------------------------------------------------