Lint: * c-exp.y (parse_number): Avoid shift warning.

* serial.h (struct ttystate):  Declare empty one on DOS.
This commit is contained in:
John Gilmore
1993-03-20 08:44:42 +00:00
parent 6aa83a798d
commit f24c159f1b
3 changed files with 21 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/* Remote serial support interface definitions for GDB, the GNU Debugger.
Copyright 1992 Free Software Foundation, Inc.
Copyright 1992, 1993 Free Software Foundation, Inc.
This file is part of GDB.
@@ -21,6 +21,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Then you use the asynctsr */
struct ttystate {
/* No members */
};
#else
#ifdef HAVE_TERMIO