From eda0e24ccdae279a2c12059242ef89a22c274047 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 11 May 2007 20:57:21 +0000 Subject: 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. --- function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'function.c') diff --git a/function.c b/function.c index caf87b9..e190647 100644 --- a/function.c +++ b/function.c @@ -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))) -- cgit v1.2.3