diff options
Diffstat (limited to 'gcc/ada/stringt.ads')
-rw-r--r-- | gcc/ada/stringt.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/stringt.ads b/gcc/ada/stringt.ads index 864690d..92b74e2 100644 --- a/gcc/ada/stringt.ads +++ b/gcc/ada/stringt.ads @@ -33,6 +33,8 @@ with System; use System; with Types; use Types; package Stringt is + pragma Elaborate_Body; + -- This is to make sure Null_String_Id is properly initialized -- This package contains routines for handling the strings table which is -- used to store string constants encountered in the source, and also those |