Copy input parameter 'char *str' pointer into two variables. One which
authorMax Okumoto <okumoto@dragonflybsd.org>
Sun, 13 Feb 2005 10:12:04 +0000 (10:12 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sun, 13 Feb 2005 10:12:04 +0000 (10:12 +0000)
commit7473c372cfaa701b34d5ef09305d8129fff4dedc
treeb81529398c4af9b7d1ab0ba1e65e7fb6b908803c
parent02f666119354b3e9a782b10793b755ec72a33246
Copy input parameter 'char *str' pointer into two variables.  One which
is a 'const char *' pointer and the other a 'char *'.  This way we can
seperate out the code that actually modifies the input string.
usr.bin/make/var.c