diff options
Diffstat (limited to 'iirs_utils.adb')
-rw-r--r-- | iirs_utils.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iirs_utils.adb b/iirs_utils.adb index 3699baa4d..6099da9bc 100644 --- a/iirs_utils.adb +++ b/iirs_utils.adb @@ -15,7 +15,7 @@ -- along with GHDL; see the file COPYING. If not, write to the Free -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. -with Scan; use Scan; +with Scanner; use Scanner; with Tokens; use Tokens; with Errorout; use Errorout; with Name_Table; |