Subject: Re: [OT] Any sources for PDP-11 spares?
To: Lars Brinkhoff <lars.spam@nocrew.org>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-pdp10
Date: 06/11/2002 23:35:06
> 
> 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!

-- Ragge