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 4d64f3478..01c98d22f 100644 --- a/iirs_utils.adb +++ b/iirs_utils.adb @@ -21,7 +21,7 @@ with Errorout; use Errorout; with Name_Table; with Str_Table; with Std_Names; use Std_Names; -with Flags; +with Flags; use Flags; package body Iirs_Utils is -- Transform the current token into an iir literal. |