aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-tfsetr-default.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2007-06-06 12:14:14 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2007-06-06 12:14:14 +0200
commit30681738f9948fa5a6f9c4c1b597bcf91ecdecce (patch)
treeb51440baca1000109ade68e8810c96e54d706828 /gcc/ada/s-tfsetr-default.adb
parentcecaf88a61b4a50d074990c29afb8cb1792b727e (diff)
downloadgcc-30681738f9948fa5a6f9c4c1b597bcf91ecdecce.zip
gcc-30681738f9948fa5a6f9c4c1b597bcf91ecdecce.tar.gz
gcc-30681738f9948fa5a6f9c4c1b597bcf91ecdecce.tar.bz2
g-string.adb, [...]: Replace GNAT.xxx by System.xxx when appropriate.
2007-04-20 Robert Dewar <dewar@adacore.com> * g-string.adb, s-proinf-irix-athread.adb, s-gloloc-mingw.adb, s-tfsetr-default.adb, gnatfind.adb, gnatxref.adb, gprep.adb, g-regexp.adb, g-regexp.ads, g-regpat.ads, g-tasloc.adb, g-tasloc.ads, output.adb, switch-m.ads, tree_in.ads, tree_io.ads, indepsw.ads, g-utf_32.adb, g-utf_32.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb, a-zchuni.ads: Replace GNAT.xxx by System.xxx when appropriate. * s-utf_32.adb, s-utf_32.ads, s-os_lib.adb, s-os_lib.ads, s-regexp.adb, s-regexp.ads, s-regpat.adb, s-regpat.ads, s-string.adb, s-string.ads, s-tasloc.adb, s-tasloc.ads: New files. From-SVN: r125360
Diffstat (limited to 'gcc/ada/s-tfsetr-default.adb')
-rw-r--r--gcc/ada/s-tfsetr-default.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-tfsetr-default.adb b/gcc/ada/s-tfsetr-default.adb
index 28cebd3..b19adcb 100644
--- a/gcc/ada/s-tfsetr-default.adb
+++ b/gcc/ada/s-tfsetr-default.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2001-2005 Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2007, Free Software Foundation, Inc. --
-- --
-- GNARL 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,8 +34,8 @@
-- This version is for all targets, provided that System.IO.Put_Line is
-- functional. It prints debug information to Standard Output
-with System.IO; use System.IO;
-with GNAT.Regpat; use GNAT.Regpat;
+with System.IO; use System.IO;
+with System.Regpat; use System.Regpat;
----------------
-- Send_Trace --