mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 01:49:26 +02:00
- unnecessary type declaration removed
git-svn-id: trunk@11503 -
This commit is contained in:
parent
0197192441
commit
10263e8e0f
@ -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) }
|
||||
|
Loading…
Reference in New Issue
Block a user