fix cli-script.c
authorTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:36:29 +0000 (17:36 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:36:29 +0000 (17:36 +0000)
commitac5007fd4ee52830df95bef29e4ad6a4a33d0e48
treea17715269f78a2d3debfe21b73263e356ccfea22
parentcd82eddcf152515d67367cdca3fefdfe2aa31b7f
fix cli-script.c

read_command_lines_1 had some (IMNSHO) spaghetti-ish code for cleanup
handling.  This makes the code much simpler to understand, by
introducing an outer cleanup.

This is another case where a stylistic change for the checker is also
nice for the reader.

* cli/cli-script.c (read_command_lines_1): Use a null cleanup
for 'old_chain'.  Do not check 'head' before processing
cleanups.
gdb/ChangeLog
gdb/cli/cli-script.c