www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2001/03/18/11:00:35

Date: Sun, 18 Mar 2001 17:58:58 +0200
From: "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il>
Sender: halo1 AT zahav DOT net DOT il
To: pavenis AT lanet DOT lv
Message-Id: <3405-Sun18Mar2001175857+0200-eliz@is.elta.co.il>
X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6
CC: djgpp-workers AT delorie DOT com
In-reply-to: <3AB39834.18488.4DC18A@localhost> (pavenis@lanet.lv)
Subject: Re: Small patch for src/libemu/src/emu387.cc
References: <3AB39834 DOT 18488 DOT 4DC18A AT localhost>
Reply-To: djgpp-workers AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp-workers AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

> From: pavenis AT lanet DOT lv
> Date: Sat, 17 Mar 2001 17:00:36 +0200
> 
> --- ./src/libemu/src/emu387.cc~1	Fri Dec  3 13:44:08 1999
> +++ ./src/libemu/src/emu387.cc	Sat Mar 17 16:38:54 2001
> @@ -1,3 +1,4 @@
> +/* Copyright (C) 2001 DJ Delorie, see COPYING.DJ for details */
>  /* Copyright (C) 1999 DJ Delorie, see COPYING.DJ for details */
>  /* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
>  /* Copyright (C) 1997 DJ Delorie, see COPYING.DJ for details */
> @@ -5,6 +6,7 @@
>  #include <stdio.h>
>  #include <stdlib.h>
>  #include <setjmp.h>
> +#include <string.h>

For me, this fails to compile because emu387.cc uses a local variable
called `index', which causes a compiler warning (treated as an error
under the paranoiac libc compiler options).

I fixed this in the CVS.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019