Browse Source

* syntax corrected

pierre 26 years ago
parent
commit
ed95cd2ffa
1 changed files with 2 additions and 2 deletions
  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