diff options
author | Drew Moseley <dmoseley@cygnus> | 1998-08-13 20:15:20 +0000 |
---|---|---|
committer | Drew Moseley <dmoseley@cygnus> | 1998-08-13 20:15:20 +0000 |
commit | 1dd251f99ddcc3d09548e71704066aeba8be8d4a (patch) | |
tree | 3e4863b11241f7ef8d1e5122d9f8764589984497 /gdb/ChangeLog-gdbtk | |
parent | 6b34ac5a5c80ef5cff38d13f138c16dcfef71047 (diff) | |
download | gdb-1dd251f99ddcc3d09548e71704066aeba8be8d4a.zip gdb-1dd251f99ddcc3d09548e71704066aeba8be8d4a.tar.gz gdb-1dd251f99ddcc3d09548e71704066aeba8be8d4a.tar.bz2 |
Added a scope-level around the contents of an #ifdef in
gdbtk_cleanup() so that the variable declarations in there
would not be illegal in a C compilation.
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r-- | gdb/ChangeLog-gdbtk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index 42b7b0d..2b7e46a 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,3 +1,9 @@ +Thu Aug 13 15:09:59 1998 Drew Moseley <dmoseley@cygnus.com> + + * gdbtk.c (gdbtk_cleanup): added a scope-level around the contents + of the #ifdef so that the variable declarations in there would not + be illegal in a C compilation. + Mon Jul 27 13:07:16 1998 Martin M. Hunt <hunt@cygnus.com> * gdbtk.c (gdbtk_call_command): Removed because it is now |