Subject: Re: [OT] Any sources for PDP-11 spares?
To: None <port-pdp10@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-pdp10
Date: 06/11/2002 21:37:55
In article <200206112135.XAA13278@father.ludd.luth.se>,
Anders Magnusson <ragge@ludd.luth.se> wrote:
>> 
>> Anders Magnusson <ragge@ludd.luth.se> writes:
>> > Another solution would be to have a compiler-specific type that is
>> > 32 bit and use that to get an int32_t type.
>> 
>> There is a way to create such a type:
>>   typedef int int32_t __attribute__ ((size (32)));
>> but it's not well tested, so I'm not sure it works.
>> 
>He, you implement things faster than I think :-) In that case it will be
>much simpler with a lot of things. Great!

Mmm, I would consider that cheating tho.

christos