diff options
Diffstat (limited to 'gcc/ada/s-crtl-vms64.ads')
-rw-r--r-- | gcc/ada/s-crtl-vms64.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/s-crtl-vms64.ads b/gcc/ada/s-crtl-vms64.ads index 608d9bbc7c7..f939ea0dd84 100644 --- a/gcc/ada/s-crtl-vms64.ads +++ b/gcc/ada/s-crtl-vms64.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2004,2005 Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2005 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -35,8 +35,9 @@ -- on 64 bit VMS. Note that routines that allocate memory remain 32bit. with System.Parameters; + package System.CRTL is -pragma Preelaborate (CRTL); + pragma Preelaborate; subtype chars is System.Address; -- Pointer to null-terminated array of characters |