peter %!s(int64=26) %!d(string=hai) anos
pai
achega
59543325a5
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      bugs/bug0232.pp

+ 3 - 3
bugs/bug0232.pp

@@ -1,7 +1,7 @@
 const
-   p : procedure a;stdcall=nil;   { <----- this doesn't what you expect !!!!}
-   p : procedure a stdcall=nil;   { so delphi supports also this way of }
-                                  { declaration                         }
+   p : procedure;stdcall=nil;   { <----- this doesn't what you expect !!!!}
+   p : procedure stdcall=nil;   { so delphi supports also this way of }
+                                { declaration                         }
 
 begin
 end.