comment
authorStefan Behnel <scoder@users.berlios.de>
Sat, 4 Dec 2010 09:11:18 +0000 (10:11 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 4 Dec 2010 09:11:18 +0000 (10:11 +0100)
Cython/Compiler/Parsing.py

index 4995bbdf1a3c9641872f3b46745a7e988f750863..09c7139ec5355c7d6168f4d9e1fb1efb7ed62e10 100644 (file)
@@ -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()