diff options
Diffstat (limited to 'parse_psl.adb')
-rw-r--r-- | parse_psl.adb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/parse_psl.adb b/parse_psl.adb index ab5df9620..7cb20ca3b 100644 --- a/parse_psl.adb +++ b/parse_psl.adb @@ -18,14 +18,12 @@ with PSL.Nodes; use PSL.Nodes; with Iirs; -with Scan; use Scan; +with Scanner; use Scanner; with PSL.Errors; use PSL.Errors; with PSL.Priorities; use PSL.Priorities; with Parse; package body Parse_Psl is - procedure Scan renames Scan.Scan; - function Create_Node_Loc (K : Nkind) return Node is Res : Node; begin |