* gdb-events.sh: Fix quote escaping which was obsoleted

by last patch.
This commit is contained in:
Keith Seitz 2001-06-07 20:18:45 +00:00
parent 9e79109904
commit 8c6ee71525
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-06-07 Keith Seitz <keiths@redhat.com>
* gdb-events.sh: Fix quote escaping which was obsoleted
by last patch.
2001-06-07 Keith Seitz <keiths@redhat.com>
* gdb-events.sh: Make if statements and tests

View File

@ -355,7 +355,7 @@ void
${function}_event (${formal})
{
if (gdb_events_debug)
fprintf_unfiltered (gdb_stdlog, \"${function}_event\n\");
fprintf_unfiltered (gdb_stdlog, "${function}_event\n");
if (!current_event_hooks->${function})
return;
current_event_hooks->${function} (${actual});