瀏覽代碼

* don't mix public name and export clause

git-svn-id: trunk@4970 -
peter 19 年之前
父節點
當前提交
21d186594c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw3964b.pp

+ 1 - 1
tests/webtbs/tw3964b.pp

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