mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 11:29:36 +01:00
* Fixed compilation
git-svn-id: trunk@5652 -
This commit is contained in:
parent
fa28889633
commit
f3cc8354eb
@ -27,7 +27,7 @@ program h2pas;
|
||||
{$message TODO: warning Unit types is only needed due to issue 7910}
|
||||
|
||||
uses
|
||||
SysUtils,classes,types,
|
||||
SysUtils,types, classes,
|
||||
options,scan,converu,lexlib,yacclib;
|
||||
|
||||
type
|
||||
|
||||
@ -23,7 +23,7 @@ program h2pas;
|
||||
{$message TODO: warning Unit types is only needed due to issue 7910}
|
||||
|
||||
uses
|
||||
SysUtils,classes,types,
|
||||
SysUtils,types, classes,
|
||||
options,scan,converu,lexlib,yacclib;
|
||||
|
||||
type
|
||||
|
||||
Loading…
Reference in New Issue
Block a user