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

5
lex.c
View File

@ -23,7 +23,7 @@
#include "sh.h" #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 * states while lexing word
@ -1080,8 +1080,7 @@ yylex(int cf)
* pushed into an SREREAD) which is what * pushed into an SREREAD) which is what
* we want here anyway: find out whether * we want here anyway: find out whether
* the alias name is followed by a POSIX * the alias name is followed by a POSIX
* function definition (only the opening * function definition
* parenthesis is checked though)
*/ */
++cp; ++cp;
/* prefer functions over aliases */ /* prefer functions over aliases */