Fix miscellaneous comparisons of integer with NULL that elicit compiler
authorFred Fish <fnf@specifix.com>
Sat, 14 Dec 1991 00:13:05 +0000 (00:13 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 14 Dec 1991 00:13:05 +0000 (00:13 +0000)
commit619fd1455b71e4e6089b00c85b53328ffdc8fd43
tree16b56109ccad8b4de431d42699dda3fed23c9e9c
parentdd1f25e0785e7e552b68b650b4219390791f8ffe
Fix miscellaneous comparisons of integer with NULL that elicit compiler
warnings about comparisons of integer with pointer when NULL is defined
as ((void *) 0) rather than just a bare 0.
gdb/ChangeLog
gdb/infrun.c
gdb/putenv.c
This page took 0.023966 seconds and 4 git commands to generate.