summaryrefslogtreecommitdiffstats
path: root/gcc/ada/exp_prag.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-15 09:34:36 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-15 09:34:36 +0000
commit0fab56f28d541967e82df4879a635a74fc942979 (patch)
tree71ce7a8c7f11888da70d2c0ed33d5b8c5d758e4d /gcc/ada/exp_prag.adb
parenta58fd09712d0254f960331d84da75fad098b2561 (diff)
downloadppe42-gcc-0fab56f28d541967e82df4879a635a74fc942979.tar.gz
ppe42-gcc-0fab56f28d541967e82df4879a635a74fc942979.zip
2006-02-13 Robert Dewar <dewar@adacore.com>
* rtsfind.adb, exp_prag.adb, lib-writ.adb, par-labl.adb, sem_case.adb: Minor code reorganization (not Present should be No) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111042 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_prag.adb')
-rw-r--r--gcc/ada/exp_prag.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_prag.adb b/gcc/ada/exp_prag.adb
index 8c9bf59b340..032e7a48149 100644
--- a/gcc/ada/exp_prag.adb
+++ b/gcc/ada/exp_prag.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2005, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2006, 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- --
@@ -630,7 +630,7 @@ package body Exp_Prag is
Analyze (Call);
end if;
- if not Present (Interface_Name (Id)) then
+ if No (Interface_Name (Id)) then
Set_Interface_Name (Id,
Make_String_Literal
(Sloc => Loc,
OpenPOWER on IntegriCloud