Author: jilles
Date: Thu Jul 25 20:50:35 2013
New Revision: 253659
URL: http://svnweb.freebsd.org/changeset/base/253659

Log:
  sh: Remove an incorrect comment.

Modified:
  head/bin/sh/parser.c

Modified: head/bin/sh/parser.c
==============================================================================
--- head/bin/sh/parser.c        Thu Jul 25 19:48:15 2013        (r253658)
+++ head/bin/sh/parser.c        Thu Jul 25 20:50:35 2013        (r253659)
@@ -98,7 +98,7 @@ static int needprompt;                /* true if inter
 static int lasttoken;          /* last token read */
 int tokpushback;               /* last token pushed back */
 static char *wordtext;         /* text of last word returned by readtoken */
-static int checkkwd;            /* 1 == check for kwds, 2 == also eat newlines 
*/
+static int checkkwd;
 static struct nodelist *backquotelist;
 static union node *redirnode;
 static struct heredoc *heredoc;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to