Преглед на файлове

The routine LLmessage did not insert tokens properly.
This is corrected now.

ceriel преди 40 години
родител
ревизия
dd1bcb3f60
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      util/LLgen/src/tokens.g

+ 1 - 0
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;