(ISSLASH, base_name): Remove; now in dirname.h.
authorJim Meyering <jim@meyering.net>
Sat, 12 May 2001 14:13:36 +0000 (14:13 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 May 2001 14:13:36 +0000 (14:13 +0000)
commit7b74fddf6ae1f0f046eb9033920a463d5a3e8e93
tree7db97d6419e0ee1e14b4b27983198eee5bb3c1bb
parentb03fe9f5ae89fb104b2079a0471114724f68292c
(ISSLASH, base_name): Remove; now in dirname.h.
Include <dirname.h> after size_t is defined.

(addext): Use base_len to trim redundant
trailing slashes instead of doing it ourselves.
But do not trim the last slash if it is not redundant.
lib/addext.c