summaryrefslogtreecommitdiff
path: root/gcc/ada/g-htable.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-11-30 12:08:56 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2009-11-30 12:08:56 +0100
commitb3afa59bc6e84f3f11f77981a9795de2d8c4095f (patch)
tree43de46f1d86249df6141c9e602fac7c2e2a3847e /gcc/ada/g-htable.adb
parentc8c4161707cfe88595cd28a4eb652f4f4bb56abe (diff)
downloadgcc-b3afa59bc6e84f3f11f77981a9795de2d8c4095f.tar.gz
[multiple changes]
2009-11-30 Arnaud Charlet <charlet@adacore.com> * s-taprop-posix.adb: Fix casing. * s-osinte-tru64.adb: Complete previous check-in. 2009-11-30 Robert Dewar <dewar@adacore.com> * gnat_rm.texi: Document pragma Compiler_Unit * s-bitops.adb, s-restri.adb, g-htable.adb, s-restri.ads, a-comlin.ads, a-strhas.ads, s-strhas.adb, s-parame.adb, s-parame.ads, a-clrefi.adb, a-clrefi.ads, a-ioexce.ads: Supply missing Compiler_Unit pragmas. * freeze.adb (Freeze_Entity): Improve message for 8-bit boolean passed to C. From-SVN: r154784
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;