mirror of
https://github.com/mirror/make.git
synced 2026-08-30 19:27:57 +08:00
Fix some documentation gitches.
Fix an uninitialized variable. Add builtin rules for Objective C. Add a new debug line that shows where the commands that are about to be run were defined.
This commit is contained in:
@@ -693,7 +693,7 @@ func_lastword (char *o, char **argv, const char *funcname UNUSED)
|
||||
{
|
||||
unsigned int i;
|
||||
const char *words = argv[0]; /* Use a temp variable for find_next_token */
|
||||
const char *p;
|
||||
const char *p = NULL;
|
||||
const char *t;
|
||||
|
||||
while ((t = find_next_token (&words, &i)))
|
||||
|
||||
Reference in New Issue
Block a user