mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 13:02:26 +00:00
adapted to latest upstream changes.
This commit is contained in:
parent
8b964acedb
commit
946e2f7f85
9 changed files with 83 additions and 76 deletions
|
|
@ -1,9 +1,9 @@
|
|||
MODULE vpkdepTree;
|
||||
IMPORT Out, Strings, strutils, StringList;
|
||||
IMPORT Out, Strings, strUtils, StringList;
|
||||
TYPE
|
||||
|
||||
pstring = strutils.pstring;
|
||||
pstrings = strutils.pstrings;
|
||||
pstring = strUtils.pstring;
|
||||
pstrings = strUtils.pstrings;
|
||||
|
||||
Tdep* = POINTER TO TdepDesc;
|
||||
Tdeps* = POINTER TO ARRAY OF Tdep;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue