fix unterminated character string
This commit is contained in:
parent
05238df4e2
commit
59c2be48f9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Oct 12 12:01:29 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
||||
|
||||
* remote-sim.c: fix unterminated character string
|
||||
|
||||
Tue Oct 12 08:59:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* stabsread.c: Fix comment about gcc 2.3.3 stab for long long int.
|
||||
|
|
|
@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include "terminal.h"
|
||||
#include "target.h"
|
||||
#include "gdbcore.h"
|
||||
#include "remote-sim.h
|
||||
#include "remote-sim.h"
|
||||
#include "remote-utils.h"
|
||||
|
||||
/* Naming convention:
|
||||
|
|
Loading…
Reference in a new issue