The routine LLmessage did not insert tokens properly.
This is corrected now.
This commit is contained in:
parent
317ab99ecf
commit
dd1bcb3f60
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ LLmessage(d) {
|
|||
* attributes for the inserted token
|
||||
*/
|
||||
savedtok = lextoken;
|
||||
savedtok.t_tokno = LLsymb;
|
||||
if (d == C_IDENT) lextoken.t_string = "dummy_identifier";
|
||||
else if (d == C_LITERAL) lextoken.t_string = "dummy_literal";
|
||||
else if (d == C_NUMBER) lextoken.t_num = 1;
|
||||
|
|
Loading…
Reference in a new issue