mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:09:27 +02: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}
|
{$message TODO: warning Unit types is only needed due to issue 7910}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils,classes,types,
|
SysUtils,types, classes,
|
||||||
options,scan,converu,lexlib,yacclib;
|
options,scan,converu,lexlib,yacclib;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -23,7 +23,7 @@ program h2pas;
|
|||||||
{$message TODO: warning Unit types is only needed due to issue 7910}
|
{$message TODO: warning Unit types is only needed due to issue 7910}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils,classes,types,
|
SysUtils,types, classes,
|
||||||
options,scan,converu,lexlib,yacclib;
|
options,scan,converu,lexlib,yacclib;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user