summaryrefslogtreecommitdiff
path: root/gcc/ada/a-dirval.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-10 09:54:24 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-10 09:54:24 +0000
commit0ef9c6c7f4a822db243ef1a9122ff797041047cb (patch)
tree900f6772a931ca236c4130e6f2991c2f0b01a575 /gcc/ada/a-dirval.adb
parent48ca71c2ee8969922055237f5f651e454e2d741c (diff)
downloadgcc-0ef9c6c7f4a822db243ef1a9122ff797041047cb.tar.gz
2010-09-10 Arnaud Charlet <charlet@adacore.com>
* s-tporft.adb, s-taskin.ads (Register_Foreign_Thread): Move initialization of Task_Alternate_Stack here, cleaner since in case of ranvescar, Restricted_Ada_Task_Control_Block is not initialized implicitly. 2010-09-10 Thomas Quinot <quinot@adacore.com> * s-fileio.adb, a-dirval.adb: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164151 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-dirval.adb')
-rw-r--r--gcc/ada/a-dirval.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-dirval.adb b/gcc/ada/a-dirval.adb
index 48f3cc6f48e..c3da2efd437 100644
--- a/gcc/ada/a-dirval.adb
+++ b/gcc/ada/a-dirval.adb
@@ -7,7 +7,7 @@
-- B o d y --
-- (POSIX Version) --
-- --
--- Copyright (C) 2004-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 2004-2010, 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- --
@@ -47,7 +47,7 @@ package body Ada.Directories.Validity is
-- Is_Valid_Path_Name --
------------------------
- function Is_Valid_Path_Name (Name : String) return Boolean is
+ function Is_Valid_Path_Name (Name : String) return Boolean is
begin
-- A path name cannot be empty and cannot contain any NUL character