* mipsread.c (ZMAGIC): #undef to avoid duplicate define.

* remote.c (alarm):  Move declaration to global level, before
first reference to it.
* tm-i386bsd.h (NUM_REGS):  There are only eleven, not twelve.
This commit is contained in:
John Gilmore
1993-02-18 07:49:17 +00:00
parent 0ae975eac9
commit 5824e607dc
2 changed files with 6 additions and 1 deletions

View File

@@ -29,4 +29,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 386BSD cannot handle the segment registers. */
#undef NUM_REGS
#define NUM_REGS 12
#define NUM_REGS 11