In article <[EMAIL PROTECTED]>, Laurence Berland
<[EMAIL PROTECTED]> wrote:
> So I thought, "we don't define __GNUC__?"
But our compiler _does_ define that macro.
> I figured I'd check. After much mind wracking, I can't for the life
> of me figure out how to get gcc to output a list of what is
In article <[EMAIL PROTECTED]>,
Chris D. Faulhaber <[EMAIL PROTECTED]> wrote:
> On Tue, 8 Aug 2000, Laurence Berland wrote:
>
> > So I thought, "we don't define __GNUC__?" I figured I'd check. After
> > much mind wracking, I can't for the life of me figure out how to get gcc
> > to output a lis
On Tuesday, August 08, 2000, Laurence Berland wrote:
> So I thought, "we don't define __GNUC__?" I figured I'd check. After
> much mind wracking, I can't for the life of me figure out how to get gcc
> to output a list of what is and isnt defined by default... help!
gcc -E -dM - < /dev/nul
On Tue, 8 Aug 2000, Laurence Berland wrote:
> I've been going through the PR database, thinking maybe it was my turn
> to do something for FreeBSD. I looked at pr bin/2036. Problem? long
> isn't big enough to count all the bytes we could hold. So I look in the
> code and find
>
>
> /* Total
On Tue, 8 Aug 2000, Laurence Berland wrote:
> So I thought, "we don't define __GNUC__?" I figured I'd check. After
> much mind wracking, I can't for the life of me figure out how to get gcc
> to output a list of what is and isnt defined by default... help!
>
>From 4.1-STABLE:
jedgar@wopr:~$
I've been going through the PR database, thinking maybe it was my turn
to do something for FreeBSD. I looked at pr bin/2036. Problem? long
isn't big enough to count all the bytes we could hold. So I look in the
code and find
/* Total number of bytes read and written for all files.
Now t
6 matches
Mail list logo