Jim Schneider <jim.schnei...@dataflux.com> added the comment:

The HP/UX C compiler grumbles when a symbol that is declared static is later 
defined without the static storage class specifier.  The attached patch just 
adds the missing "static" keywords.

----------
Added file: http://bugs.python.org/file22670/Python-ast.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12572>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to