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

* better writing of ordinal const. nodes

git-svn-id: trunk@47436 -
florian преди 4 години
родител
ревизия
e94fb2edc3
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      compiler/ncon.pas

+ 2 - 1
compiler/ncon.pas

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