OSDN Git Service

* macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
authorjimb <jimb>
Tue, 14 May 2002 21:31:04 +0000 (21:31 +0000)
committerjimb <jimb>
Tue, 14 May 2002 21:31:04 +0000 (21:31 +0000)
commit54d36d9813f2bacc36685ca6cbffd205bf5108b3
treed93126429217673fa2e51e1d39fb6ea170dfa38d
parent458495db73e2f933089912901ad5fac40ce232c9
* 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.
gdb/ChangeLog
gdb/macroexp.c
gdb/macrotab.c