diff options
Diffstat (limited to 'gcc/ada/s-stache.ads')
-rw-r--r-- | gcc/ada/s-stache.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-stache.ads b/gcc/ada/s-stache.ads index 6d855f2639a..7ccf95b57cd 100644 --- a/gcc/ada/s-stache.ads +++ b/gcc/ada/s-stache.ads @@ -40,7 +40,7 @@ with System.Storage_Elements; package System.Stack_Checking is - + pragma Preelaborate; pragma Elaborate_Body; -- This unit has a junk null body. The reason is that historically we -- used to have a real body, and it causes bootstrapping path problems |