minor formatiing
This commit is contained in:
parent
41f73e94f4
commit
d32bb50194
3
lex.c
3
lex.c
|
@ -715,7 +715,8 @@ enum LexToken LexGetRawToken(struct ParseState *Parser, struct Value **Value,
|
|||
struct TokenLine *LineNode;
|
||||
|
||||
if (pc->InteractiveHead == NULL ||
|
||||
(unsigned char*)Parser->Pos == &pc->InteractiveTail->Tokens[pc->InteractiveTail->NumBytes-TOKEN_DATA_OFFSET]) {
|
||||
(unsigned char*)Parser->Pos ==
|
||||
&pc->InteractiveTail->Tokens[pc->InteractiveTail->NumBytes-TOKEN_DATA_OFFSET]) {
|
||||
/* get interactive input */
|
||||
if (pc->LexUseStatementPrompt) {
|
||||
Prompt = INTERACTIVE_PROMPT_STATEMENT;
|
||||
|
|
Loading…
Reference in a new issue