Explorar el Código

* don't mix public name and export clause

git-svn-id: trunk@4970 -
peter hace 19 años
padre
commit
21d186594c
Se han modificado 1 ficheros con 1 adiciones y 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;