* don't mix public name and export clause

git-svn-id: trunk@4970 -
This commit is contained in:
peter 2006-10-18 20:45:01 +00:00
parent 12cd76d0e8
commit 21d186594c

View File

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