Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 46 by
johan.de...@gmail.com: Support gcc
__attribute__((__packed__))
http://code.google.com/p/ctypesgen/issues/detail?id=46
This tool works like a charm, my only issue is that packed data structures
does not get recognised.
The .c file:
struct __attribute__((__packed__)) {
Should become:
class struct_something(Structure):
__pack__ = 1
pass
In the .py file. Ctypes already have support for this. So i guess it's a
simple matter of finding the attribute in the parser.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings