Remove a double test for the same ptr != NULL and use the official
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 16 Dec 2004 00:28:13 +0000 (00:28 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 16 Dec 2004 00:28:13 +0000 (00:28 +0000)
commit3ff6d7f553126c1f71c9539a5a2301df4529e47e
treeccbe230d5b87c9f94e906703bf64b8f5ba24970e
parent9a4c88c2704005a2ca4555a000825752beb89ad6
Remove a double test for the same ptr != NULL and use the official
macro for this; reorder an if.

Taken-from: FreeBSD
Author: harti
usr.bin/make/lst.lib/lstDestroy.c