diff options
Diffstat (limited to 'gcc/ada/machcode.ads')
-rw-r--r-- | gcc/ada/machcode.ads | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ada/machcode.ads b/gcc/ada/machcode.ads index b920d8196a3..55e1ae594d8 100644 --- a/gcc/ada/machcode.ads +++ b/gcc/ada/machcode.ads @@ -6,12 +6,13 @@ -- -- -- S p e c -- -- -- --- This specification is adapted from the Ada Reference Manual for use with -- +-- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. In accordance with the copyright of that document, you can freely -- -- copy and modify this specification, provided that if you redistribute a -- -- modified version, any changes that you have made are clearly indicated. -- -- -- ------------------------------------------------------------------------------ - with System.Machine_Code; - package Machine_Code renames System.Machine_Code; +with System.Machine_Code; + +package Machine_Code renames System.Machine_Code; |