From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Zitoun To: help-gcc@gnu.org Subject: How can I force long words to be 32 bits on DEC-ALPHA ? Date: Wed, 16 Feb 2000 10:31:00 -0000 Message-id: <38AAED04.393536C8@lapp.in2p3.fr> X-SW-Source: 2000-02/msg00057.html I have a C-program running on HP in which there are a lot of "unsigned long*" pointers. I try to port this program to DEC-ALPHA, but here, Unsigned long pointers point to 64 bit words. Is there any way to force the compiler to understand "long" as 32 bit on any machine ? (DEC ALPHA especially) Thank you for your help Robert From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Zitoun To: help-gcc@gnu.org Subject: How can I force long words to be 32 bits on DEC-ALPHA ? Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <38AAED04.393536C8@lapp.in2p3.fr> X-SW-Source: 2000-q1/msg00251.html Message-ID: <20000401000000.gEtH-XPGgM18C5N9DvZbPCp6utaifDClUiiRP-WCeCc@z> I have a C-program running on HP in which there are a lot of "unsigned long*" pointers. I try to port this program to DEC-ALPHA, but here, Unsigned long pointers point to 64 bit words. Is there any way to force the compiler to understand "long" as 32 bit on any machine ? (DEC ALPHA especially) Thank you for your help Robert