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:
Paul Smith
2007-05-11 20:57:21 +00:00
parent 52ebc531ce
commit eda0e24ccd
6 changed files with 76 additions and 46 deletions

View File

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