Browse Source

* don't mix public name and export clause

git-svn-id: trunk@4970 -
peter 19 years ago
parent
commit
21d186594c
1 changed files with 1 additions and 1 deletions
  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;