This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: small libf2c cleanups
- To: law at cygnus dot com
- Subject: Re: small libf2c cleanups
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Fri, 17 Oct 1997 11:29:08 -0700
- cc: Richard Henderson <rth at cygnus dot com>, Dave Love <d dot love at dl dot ac dot uk>, egcs at cygnus dot com
> There's no pointer-sized-integer type is there?
We could create one.
We already have one, e.g.
typedef int ptr_type __attribute__ ((mode (pointer)));
Jim