The routine LLmessage did not insert tokens properly.
This is corrected now.
This commit is contained in:
parent
4f5c40c608
commit
b5402db333
@ -429,6 +429,7 @@ LLmessage(d) {
|
|||||||
* attributes for the inserted token
|
* attributes for the inserted token
|
||||||
*/
|
*/
|
||||||
savedtok = lextoken;
|
savedtok = lextoken;
|
||||||
|
savedtok.t_tokno = LLsymb;
|
||||||
if (d == C_IDENT) lextoken.t_string = "dummy_identifier";
|
if (d == C_IDENT) lextoken.t_string = "dummy_identifier";
|
||||||
else if (d == C_LITERAL) lextoken.t_string = "dummy_literal";
|
else if (d == C_LITERAL) lextoken.t_string = "dummy_literal";
|
||||||
else if (d == C_NUMBER) lextoken.t_num = 1;
|
else if (d == C_NUMBER) lextoken.t_num = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user