adapted to latest upstream changes.

This commit is contained in:
Norayr Chilingarian 2023-11-14 04:22:13 +04:00
parent 8b964acedb
commit 946e2f7f85
9 changed files with 83 additions and 76 deletions

View file

@ -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;