* go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous

white space which prevented compilation.  Reported by DSK
	<dsk@student.unsw.edu.au>.
This commit is contained in:
Eli Zaretskii
2002-01-13 09:53:20 +00:00
parent 8cb7a427ec
commit 2c531baee3
2 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
* go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
white space which prevented compilation. Reported by DSK
<dsk@student.unsw.edu.au>.
2001-12-18 Kevin Buettner <kevinb@redhat.com>
* i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char

View File

@@ -108,10 +108,6 @@ save_npx (void)
/* *INDENT-ON* */
/* ------------------------------------------------------------------------- */
/* Reload the contents of the NPX from the global variable `npx'. */