mirror of
https://github.com/mirror/make.git
synced 2026-08-31 03:38:03 +08:00
Implementation of the second expansion in explicit
rules, static pattern rules and implicit rules.
This commit is contained in:
@@ -706,7 +706,7 @@ func_words (char *o, char **argv, const char *funcname UNUSED)
|
||||
* If the string is empty or contains nothing but whitespace, endpp will be
|
||||
* begpp-1.
|
||||
*/
|
||||
static char *
|
||||
char *
|
||||
strip_whitespace (const char **begpp, const char **endpp)
|
||||
{
|
||||
while (*begpp <= *endpp && isspace ((unsigned char)**begpp))
|
||||
|
||||
Reference in New Issue
Block a user