From 6c9a405aea04049c2dc3b0655306a5c44bf49592 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 9 Jan 2014 18:58:10 +0100 Subject: Rename package Scan to Scanner. --- parse_psl.adb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'parse_psl.adb') 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 -- cgit v1.2.3