summaryrefslogtreecommitdiff
path: root/gcc/ada/g-htable.adb
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-09 18:30:59 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-09 18:30:59 +0000
commit1e23cdf1e0f4a2f1fb70ca2a0ee0d8c7b7674b7b (patch)
treefeb5078a18eb455193dd1046cb3751b5e455de7c /gcc/ada/g-htable.adb
parent6f82734839c35968efea5902f40dc89d1741a63c (diff)
downloadgcc-1e23cdf1e0f4a2f1fb70ca2a0ee0d8c7b7674b7b.tar.gz
Merged with trunk at 155111.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ifunc@155112 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-htable.adb')
-rw-r--r--gcc/ada/g-htable.adb6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/g-htable.adb b/gcc/ada/g-htable.adb
index 7cb2660fae2..aa6c6b7bcae 100644
--- a/gcc/ada/g-htable.adb
+++ b/gcc/ada/g-htable.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1995-2005, AdaCore --
+-- Copyright (C) 1995-2009, AdaCore --
-- --
-- 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- --
@@ -34,7 +34,9 @@
-- This is a dummy body, required because if we remove the body we have
-- bootstrap path problems (this unit used to have a body, and if we do not
-- supply a dummy body, the old incorrect body is picked up during the
--- bootstrap process.
+-- bootstrap process).
+
+pragma Compiler_Unit;
package body GNAT.HTable is
end GNAT.HTable;