diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-08-23 21:55:36 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-08-23 21:55:36 +0000 |
commit | 3e6564e1ffbf12b7d15e1124139c02408f054007 (patch) | |
tree | 1416ef51ad98dc9aebfa9734af3c6fd32a43dd3d /gdb/ChangeLog | |
parent | fd31a1711cf8813860353e9196cdfdfbbdd749d4 (diff) | |
download | gdb-3e6564e1ffbf12b7d15e1124139c02408f054007.zip gdb-3e6564e1ffbf12b7d15e1124139c02408f054007.tar.gz gdb-3e6564e1ffbf12b7d15e1124139c02408f054007.tar.bz2 |
* infrun.c (handle_inferior_event): Move a comment outside of a
function call, in order to avoid indent reformatting this part
of the code in an unreadable way.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f6479c2..f20d372 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-08-23 Joel Brobecker <brobecker@gnat.com> + + * infrun.c (handle_inferior_event): Move a comment outside of a + function call, in order to avoid indent reformatting this part + of the code in an unreadable way. + 2002-08-23 Grace Sainsbury <graces@redhat.com> * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg |