From 7a29d8f54d45907913381878f0ee1d06bb1000bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sat, 17 Feb 2024 11:04:29 +0100 Subject: [PATCH] * Fix compilation with DEBUG_NODE_XML --- compiler/symsym.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/symsym.pas b/compiler/symsym.pas index 34c6bed578..d90c0a05f7 100644 --- a/compiler/symsym.pas +++ b/compiler/symsym.pas @@ -2887,6 +2887,7 @@ implementation ; conststring, constresourcestring, + constwresourcestring, constwstring: begin WriteLn(T, PrintNodeIndention, '', value.len, '');