summaryrefslogtreecommitdiff
path: root/gcc/ada/s-spsufi.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-05 14:22:55 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-05 14:22:55 +0000
commit412f75eb87eb56400fb5773c384a62dc16130155 (patch)
treebbab37880dacc14926a40fd422bde828940a7db1 /gcc/ada/s-spsufi.adb
parent21a554371e58786b978a35f09ce5c7b077fc1272 (diff)
downloadgcc-412f75eb87eb56400fb5773c384a62dc16130155.tar.gz
2012-10-05 Robert Dewar <dewar@adacore.com>
* checks.adb, checks.ads, s-tassta.adb, s-stposu.adb, s-spsufi.adb, s-spsufi.ads, exp_ch4.adb: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192125 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-spsufi.adb')
-rw-r--r--gcc/ada/s-spsufi.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-spsufi.adb b/gcc/ada/s-spsufi.adb
index 9ed8e3ee5ec..ef2c935f341 100644
--- a/gcc/ada/s-spsufi.adb
+++ b/gcc/ada/s-spsufi.adb
@@ -2,12 +2,11 @@
-- --
-- GNAT COMPILER COMPONENTS --
-- --
--- S Y S T E M . S T O R A G E _ P O O L S . S U B P O O L S . --
--- F I N A L I Z A T I O N --
+-- SYSTEM.STORAGE_POOLS.SUBPOOLS.FINALIZATION --
-- --
-- B o d y --
-- --
--- Copyright (C) 2011-2012, Free Software Foundation, Inc. --
+-- Copyright (C) 2011-2012, 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- --
@@ -31,6 +30,7 @@
------------------------------------------------------------------------------
with Ada.Unchecked_Deallocation;
+
with System.Finalization_Masters; use System.Finalization_Masters;
package body System.Storage_Pools.Subpools.Finalization is