This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: sim/common/callback.c: autoconf tests for struct stat members, more added.
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Thu, 2 Dec 2004 19:01:53 +0100
- Subject: Re: sim/common/callback.c: autoconf tests for struct stat members, more added.
> Date: Thu, 2 Dec 2004 18:52:51 +0100
> From: Hans-Peter Nilsson <hp@axis.com>
> --- callback.c 2 Dec 2004 17:49:41 -0000
> --- 816,869 ----
>
> if (hs != NULL)
> {
> ! if (1)
> ! ;
Bah. Of course it works much better with "if (0)" here (more
tests pass, for one. ;-) Sorry about that. The rest of patch
stands.
brgds, H-P