diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-05-14 21:31:05 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-05-14 21:31:05 +0000 |
commit | a86bc61c350fe9cd7f8c31d3807277a06a594a85 (patch) | |
tree | bf6fc0107f9ff8a32d780c36462d336a6aa1c228 /gdb/ChangeLog | |
parent | 7f367f013527c0c9b8de7c58c7f829f3a18375c0 (diff) | |
download | gdb-a86bc61c350fe9cd7f8c31d3807277a06a594a85.zip gdb-a86bc61c350fe9cd7f8c31d3807277a06a594a85.tar.gz gdb-a86bc61c350fe9cd7f8c31d3807277a06a594a85.tar.bz2 |
* macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
* macrotab.c (macro_lookup_inclusion, find_definition,
new_macro_table): Same.
* macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
not `! strcmp ()'. This is a dubious improvement.
* macrotab.c (macro_lookup_inclusion, find_definition): Same.
* macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
although it's not necessary, to avoid a warning.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 82626f3..bfa0c1d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2002-05-14 Jim Blandy <jimb@redhat.com> + + * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0. + * macrotab.c (macro_lookup_inclusion, find_definition, + new_macro_table): Same. + + * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0', + not `! strcmp ()'. This is a dubious improvement. + * macrotab.c (macro_lookup_inclusion, find_definition): Same. + + * macrotab.c (macro_lookup_inclusion): Initialize `best_depth', + although it's not necessary, to avoid a warning. + 2002-05-14 Daniel Jacobowitz <drow@mvista.com> * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE. |