projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d0602
)
indent fix
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 18 Oct 2007 07:44:58 +0000
(09:44 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 18 Oct 2007 07:44:58 +0000
(09:44 +0200)
Cython/Compiler/Symtab.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Symtab.py
b/Cython/Compiler/Symtab.py
index a1c14ff8126662d3f3ba6870b7652b6dc202d73b..913bddb6114c0044ec1d75a1794c362085b6055c 100644
(file)
--- a/
Cython/Compiler/Symtab.py
+++ b/
Cython/Compiler/Symtab.py
@@
-577,7
+577,7
@@
class BuiltinScope(Scope):
self.cached_entries.append(entry)
self.undeclared_cached_entries.append(entry)
else:
- entry.is_builtin = 1
+
entry.is_builtin = 1
return entry
def declare_builtin_cfunction(self, name, type, cname, python_equiv = None,