* remote-es.c: Replace ignore with 0.

This commit is contained in:
Kung Hsu 1995-03-14 18:48:06 +00:00
parent 9be82863cc
commit 1990231d57
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Mar 14 10:41:41 1995 Kung Hsu <kung@mexican.cygnus.com>
* remote-es.c: Replace ignore with 0.
Tue Mar 14 05:52:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* valops.c (value_repeat), eval.c (evaluate_subexp_standard):

View File

@ -2075,7 +2075,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
NULL, /* to_mourn_inferior */
0, /* to_can_run */
0, /* to_notice_signals */
ignore, /* to_stop */
0, /* to_stop */
core_stratum, /* to_stratum */
0, /* to_next */
0, /* to_has_all_memory */