Commit 8711f419 by Arnaud Charlet

re PR ada/16949 (sinfo.ads refers to a SPITBOL program (creating sinfo.h) which is no longer there)

	PR ada/16949
	* sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
	xsinfo.adb).

From-SVN: r92842
parent 02d06776
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Copyright (C) 1992-2004, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2005, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- 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- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
-- WARNING: There is a C version of this package. Any changes to this -- WARNING: There is a C version of this package. Any changes to this
-- source file must be properly reflected in this C header file sinfo.h -- source file must be properly reflected in this C header file sinfo.h
-- which is created automatically from sinfo.ads using xsinfo.spt. -- which is created automatically from sinfo.ads using xsinfo.adb.
with Types; use Types; with Types; use Types;
with Uintp; use Uintp; with Uintp; use Uintp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment