January 12, 2002
Where does __DEFALIGN get set?  From the -a? setting?
And what is the default -a?  1?
-- 
Greg Comeau   What's next: additional Windows backends and 'export'! Comeau C/C++ ONLINE ==>     http://www.comeaucomputing.com/tryitout World Class Compilers:  Breathtaking C++, Amazing C99, Fabulous C90. Comeau C/C++ with Dinkumware's Libraries... Have you tried it?
January 12, 2002
It's always 8 for the win32 memory model:

www.digitalmars.com/ctg/predefined.html


"Greg Comeau" <comeau@panix.com> wrote in message news:a1pk63$3e2$1@panix3.panix.com...
> Where does __DEFALIGN get set?  From the -a? setting?
> And what is the default -a?  1?
> --
> Greg Comeau   What's next: additional Windows backends and 'export'! Comeau C/C++ ONLINE ==>     http://www.comeaucomputing.com/tryitout World Class Compilers:  Breathtaking C++, Amazing C99, Fabulous C90. Comeau C/C++ with Dinkumware's Libraries... Have you tried it?