tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Implementing packed attribute


From: ibrahim
Subject: Re: [Tinycc-devel] Implementing packed attribute
Date: Wed, 14 Aug 2013 08:56:11 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 14.08.2013 01:18, Jens Nyberg wrote:
Hi!

I would like to know if there is anyone working on adding the
__attribute__((packed)) to tcc? I read in the TODO file that this is
one of the missing features and it is actually a thing I want to use.


The behaviour itself is implemented with

#pragma pack ()

you can replicate that code.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]