Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 1998 04:46:10 -0400
From:      "Gary Palmer" <gpalmer@FreeBSD.ORG>
To:        Martin Cracauer <cracauer@cons.org>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c  jobs.h miscbltin.c trap.c trap.h
Message-ID:  <4483.904034770@gjp.erols.com>
In-Reply-To: Your message of "Tue, 25 Aug 1998 09:47:10 %2B0200." <19980825094710.A10121@cons.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Martin Cracauer wrote in message ID
<19980825094710.A10121@cons.org>:
> What does your compiler do when you compile the test program from my
> last mail? I can't really beleive we have different compilers.

root@sloth:~/tmp> cat > foo.c
#include <signal.h>
extern volatile sig_atomic_t bla;
int bla;
int main(void)
{
        exit(0);
}
root@sloth:~/tmp> cc -Wall foo.c
foo.c:3: conflicting types for `bla'
foo.c:2: previous declaration of `bla'
root@sloth:~/tmp> uname -m
alpha
root@sloth:~/tmp> 

I think the key is I'm using FreeBSD/Alpha....

Gary
--
Gary Palmer                                          FreeBSD Core Team Member
FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4483.904034770>