From d363464f4a40cd999838aa5d229a3644bfbe2cec Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 2 Jun 2015 21:54:42 +0200 Subject: Catch duplicated subprogram body. Fix bug14. --- libraries/std/textio_body.vhdl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libraries/std/textio_body.vhdl') diff --git a/libraries/std/textio_body.vhdl b/libraries/std/textio_body.vhdl index 4c49670..ddf85d7 100644 --- a/libraries/std/textio_body.vhdl +++ b/libraries/std/textio_body.vhdl @@ -12,9 +12,8 @@ -- for more details. -- -- You should have received a copy of the GNU General Public License --- along with GCC; see the file COPYING. If not, write to the Free --- Software Foundation, 59 Temple Place - Suite 330, Boston, MA --- 02111-1307, USA. +-- along with GCC; see the file COPYING3. If not see +-- . package body textio is --START-V08 -- cgit