Explorar o código

* don't mix public name and export clause

git-svn-id: trunk@4970 -
peter %!s(int64=19) %!d(string=hai) anos
pai
achega
21d186594c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;