aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/adaint.c
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-18 10:49:38 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-18 10:49:38 +0200
commit9f5b6c7f1e1a346220e079c75445a0fa165d6a2f (patch)
treeecea6f87cd606e3baa8307ea279fd944b7b1d3b0 /gcc/ada/adaint.c
parent3e2399bafcb068ca3111b6fbc69cff38ed442bb8 (diff)
downloadgcc-9f5b6c7f1e1a346220e079c75445a0fa165d6a2f.zip
gcc-9f5b6c7f1e1a346220e079c75445a0fa165d6a2f.tar.gz
gcc-9f5b6c7f1e1a346220e079c75445a0fa165d6a2f.tar.bz2
[multiple changes]
2010-06-18 Ed Schonberg <schonberg@adacore.com> * exp_ch6.adb: Add extra guard. 2010-06-18 Gary Dismukes <dismukes@adacore.com> * sem_util.adb (Object_Access_Level): For Ada 2005, determine the accessibility level of a function call from the level of the innermost enclosing dynamic scope. (Innermost_Master_Scope_Depth): New function to find the depth of the nearest dynamic scope enclosing a node. 2010-06-18 Tristan Gingold <gingold@adacore.com> * adaint.c: Make ATTR_UNSET static as it is not used outside this file. 2010-06-18 Thomas Quinot <quinot@adacore.com> * g-socket.ads: Minor reformatting. From-SVN: r160964
Diffstat (limited to 'gcc/ada/adaint.c')
-rw-r--r--gcc/ada/adaint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/adaint.c b/gcc/ada/adaint.c
index d73f63db..5ceedd0 100644
--- a/gcc/ada/adaint.c
+++ b/gcc/ada/adaint.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 1992-2009, Free Software Foundation, Inc. *
+ * Copyright (C) 1992-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- *
@@ -377,7 +377,7 @@ to_ptr32 (char **ptr64)
#define MAYBE_TO_PTR32(argv) argv
#endif
-const char ATTR_UNSET = 127;
+static const char ATTR_UNSET = 127;
void
__gnat_reset_attributes