Mail Archives: djgpp-workers/1999/04/22/05:45:48
--Message-Boundary-28093
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
Hi!
I'm sending some small cosmetical patch for dbgcom.c to remove some definitions
of some unused variables that was left in earlier.
Andris
--Message-Boundary-28093
Content-type: text/plain; charset=US-ASCII
Content-disposition: inline
Content-description: Attachment information.
The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any another MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.
---- File information -----------
File: djgpp-diffs-990422
Date: 22 Apr 1999, 12:19
Size: 945 bytes.
Type: Text
--Message-Boundary-28093
Content-type: Application/Octet-stream; name="djgpp-diffs-990422"; type=Text
Content-disposition: attachment; filename="djgpp-diffs-990422"
*** src/debug/common/dbgcom.c~1 Thu Apr 8 16:38:50 1999
--- src/debug/common/dbgcom.c Thu Apr 22 12:16:30 1999
***************
*** 21,27 ****
#include <io.h>
extern char __libdbg_ident_string[];
- static char *id = __libdbg_ident_string;
#define MEM_HANDLE_COUNT 256
#define DESCRIPTOR_COUNT 128
--- 21,26 ----
***************
*** 95,101 ****
{
#ifdef SAVE_FP
int i;
- int valid_nb = 0;
if ((__dpmi_get_coprocessor_status() & FPU_PRESENT) == 0)
return;
asm ("inb $0xa0, %%al
--- 94,99 ----
***************
*** 279,285 ****
static __dpmi_paddr old_i31,old_i21,user_i31,user_i21;
static int user_int_set = 0;
! static __dpmi_paddr my_i9,user_i9,hook_i9,my_i8,user_i8;
static void hook_dpmi(void)
{
--- 277,283 ----
static __dpmi_paddr old_i31,old_i21,user_i31,user_i21;
static int user_int_set = 0;
! static __dpmi_paddr my_i9,user_i9,my_i8,user_i8;
static void hook_dpmi(void)
{
--Message-Boundary-28093--
- Raw text -