Parcourir la source

* don't mix public name and export clause

git-svn-id: trunk@4970 -
peter il y a 19 ans
Parent
commit
21d186594c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/webtbs/tw3964b.pp

+ 1 - 1
tests/webtbs/tw3964b.pp

@@ -3,7 +3,7 @@
 
 {$linklib libtw3964a}
 
-function testfunc : longint;public name 'testfunc';
+function testfunc : longint;
 begin
   result:=1234;
 end;