revert SLETARRAY changes for now, this introduces problems

This commit is contained in:
tg 2011-03-12 22:40:02 +00:00
parent 17dbd3bd83
commit fc42105199

7
lex.c

@ -22,7 +22,7 @@
#include "sh.h" #include "sh.h"
__RCSID("$MirOS: src/bin/mksh/lex.c,v 1.131 2011/03/12 21:41:13 tg Exp $"); __RCSID("$MirOS: src/bin/mksh/lex.c,v 1.132 2011/03/12 22:40:02 tg Exp $");
/* /*
* states while lexing word * states while lexing word
@ -752,8 +752,9 @@ yylex(int cf)
c = 0; c = 0;
goto Done; goto Done;
} }
} else if (c == '$') }
goto subst_dollar; //else if (c == '$')
// goto subst_dollar;
*wp++ = CHAR; *wp++ = CHAR;
*wp++ = c; *wp++ = c;
break; break;