- unnecessary type declaration removed

git-svn-id: trunk@11503 -
This commit is contained in:
florian 2008-08-03 09:29:22 +00:00
parent 0197192441
commit 10263e8e0f

View File

@ -29,13 +29,11 @@ unit cutils;
interface
type
Tcharset=set of char;
type
pshortstring = ^string;
Tcharset=set of char;
var
internalerrorproc : procedure(i:longint);
var
internalerrorproc : procedure(i:longint);
{# Returns the minimal value between @var(a) and @var(b) }