New issue 29 by mozbug...@gmail.com: Keyword confliction checker is python
specific
http://code.google.com/p/ctypesgen/issues/detail?id=29
The keyword confliction checker in processor/operations.py is python
specific. It should be moved to printer_*/printer.py.
The attached patch simply disables the operation for non-python output
language.
Attachments:
ctypesgen-pyonly-name-conflict.patch 625 bytes
Comment #1 on issue 29 by r...@sc3d.org: Keyword confliction checker is
python specific
http://code.google.com/p/ctypesgen/issues/detail?id=29
Committed; thanks.