Implementation of the second expansion in explicit

rules, static pattern rules and implicit rules.
This commit is contained in:
Boris Kolpackov
2005-02-27 21:40:23 +00:00
parent 9d153cc1b1
commit 659fc6b55e
18 changed files with 1113 additions and 340 deletions

View File

@@ -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))