The routine LLmessage did not insert tokens properly.

This is corrected now.
This commit is contained in:
ceriel 1984-10-09 09:33:37 +00:00
parent 317ab99ecf
commit dd1bcb3f60

View file

@ -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;