From Eli. Warning fixes.

This commit is contained in:
Andrew Cagney 2000-02-29 07:45:13 +00:00
parent 30f6df08a5
commit 9d271fd8b3
4 changed files with 23 additions and 8 deletions

View file

@ -31,6 +31,10 @@
#include <term.h>
#endif
#ifdef __GO32__
#include <pc.h>
#endif
/* SunOS's curses.h has a '#define reg register' in it. Thank you Sun. */
#ifdef reg
#undef reg