From dd1bcb3f60db05695c7d6387fe70ef7152e38366 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 9 Oct 1984 09:33:37 +0000 Subject: [PATCH] The routine LLmessage did not insert tokens properly. This is corrected now. --- util/LLgen/src/tokens.g | 1 + 1 file changed, 1 insertion(+) diff --git a/util/LLgen/src/tokens.g b/util/LLgen/src/tokens.g index c251595be..3a91a4c0e 100644 --- a/util/LLgen/src/tokens.g +++ b/util/LLgen/src/tokens.g @@ -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; -- 2.34.1