Explorar el Código

Patch from IvankoB on Yandex.Ru to add support for REINTRODUCE, DEPRECATED, STATIC, OVERRIDE, MESSAGE modifiers

git-svn-id: trunk@3173 -
michael hace 19 años
padre
commit
0c81b44a23
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      fcl/passrc/paswrite.pp

+ 5 - 0
fcl/passrc/paswrite.pp

@@ -303,6 +303,11 @@ begin
     wrt(' override;');
   if AProc.IsOverload then
     wrt(' overload;');
+  if AProc.IsReintroduced then
+    wrt(' reintroduce;');
+  if AProc.IsStatic then
+    wrt(' static;');
+
 
   // !!!: Not handled: Message, calling conventions