fix comment no longer true since commit 1004DC49710562ACCB2

This commit is contained in:
tg 2015-03-20 23:37:39 +00:00
parent 0947d274f6
commit 8641829e21
1 changed files with 2 additions and 3 deletions

5
lex.c
View File

@ -23,7 +23,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/lex.c,v 1.197 2015/03/14 05:23:15 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/lex.c,v 1.198 2015/03/20 23:37:39 tg Exp $");
/*
* states while lexing word
@ -1080,8 +1080,7 @@ yylex(int cf)
* pushed into an SREREAD) which is what
* we want here anyway: find out whether
* the alias name is followed by a POSIX
* function definition (only the opening
* parenthesis is checked though)
* function definition
*/
++cp;
/* prefer functions over aliases */