Mail Archives: djgpp/1994/02/15/02:58:19
While Paul Fox and I were committing mutual backscratching over his editor,
vile, I made one tiny omission: vile 3.61 runs under all versions of go32,
from 1.10 through 1.11maint2. vile 3.56-3.60 ran under (at least) the
then-current go32 1.09.
Paul also wrote:
> [ aside: if i have the following struct:
> struct {
> char a;
> short b;
> } foo;
> where do i need to put the "__attribute__ ((packed))" keywords? the
> shotgun approach to programming says do this:
> struct {
> char a __attribute__ ((packed));
> short b __attribute__ ((packed));
> } foo __attribute__ ((packed));
> but i'll bet they're not all necessary...
> ]
Sorry I can't help here, though I would like to know the answer for future
reference.
Jim Crigler
jcrigler AT orl DOT mmc DOT com
- Raw text -