Explorar o código

* better writing of ordinal const. nodes

git-svn-id: trunk@47436 -
florian %!s(int64=4) %!d(string=hai) anos
pai
achega
e94fb2edc3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      compiler/ncon.pas

+ 2 - 1
compiler/ncon.pas

@@ -674,9 +674,10 @@ implementation
       end;
 
 
-        procedure tordconstnode.printnodedata(var t: text);
+    procedure tordconstnode.printnodedata(var t: text);
       begin
         inherited printnodedata(t);
+        writeln(t,printnodeindention,'typedef = "',typedef.GetTypeName,'"');
         writeln(t,printnodeindention,'value = ',tostr(value));
       end;