Cleanup str_concat() there is no need for special flags. Just
authorMax Okumoto <okumoto@dragonflybsd.org>
Fri, 20 May 2005 11:48:55 +0000 (11:48 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Fri, 20 May 2005 11:48:55 +0000 (11:48 +0000)
commitfd8f04e8f87aa50a18e3bcca62c5d8e441ed872a
treee52ef703fdf4d1814b4aab38ac06813d6d92ef69
parentb34dfd7eac84c98c361dca93aea10aec285ef2ed
Cleanup str_concat() there is no need for special flags.  Just
pass the character you want to use as a seperator.  If the seperator
character is '\0', then don't put in a seperator.
usr.bin/make/dir.c
usr.bin/make/parse.c
usr.bin/make/shell.c
usr.bin/make/str.c
usr.bin/make/str.h
usr.bin/make/suff.c