Jelajahi Sumber

* syntax corrected

pierre 26 tahun lalu
induk
melakukan
ed95cd2ffa
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      tests/tbs0232.pp

+ 2 - 2
tests/tbs0232.pp

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