mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
Lint: * c-exp.y (parse_number): Avoid shift warning.
* serial.h (struct ttystate): Declare empty one on DOS.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user