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
This commit is contained in:
Arnaud Charlet 2005-01-03 16:39:16 +01:00
parent 02d0677655
commit 8711f4199e
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
-- --
-- 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 --
-- terms of the GNU General Public License as published by the Free Soft- --
@ -48,7 +48,7 @@
-- 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
-- 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 Uintp; use Uintp;