aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/cal.c
diff options
context:
space:
mode:
authorPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2017-09-29 13:04:47 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2017-09-29 13:04:47 +0000
commit20ad05861ecf0e6867eea22ab49f0cbe6b1e4768 (patch)
treea1417fb1608cea898415a4aade20c5cc6bce3e1d /gcc/ada/cal.c
parent5b1265cc8651f7395ee2009ccd610eadd8fdedf7 (diff)
downloadgcc-20ad05861ecf0e6867eea22ab49f0cbe6b1e4768.zip
gcc-20ad05861ecf0e6867eea22ab49f0cbe6b1e4768.tar.gz
gcc-20ad05861ecf0e6867eea22ab49f0cbe6b1e4768.tar.bz2
[multiple changes]
2017-09-29 Justin Squirek <squirek@adacore.com> * sem_ch8.adb (Mark_Use_Clauses): Add recursive call to properly handle all cases related to marking entity identifiers. 2017-09-29 Vasiliy Fofanov <fofanov@adacore.com> * adaint.c (win32_wait): Properly handle error and take into account the WIN32 limitation on the number of simultaneous wait objects. 2017-09-29 Vasiliy Fofanov <fofanov@adacore.com> * cal.c: Minor proofreading. 2017-09-29 Vasiliy Fofanov <fofanov@adacore.com> * doc/gnat_ugn/gnat_utility_programs.rst: Minor formatting fix. * gnat_ugn.texi: Regenerate. 2017-09-29 Bob Duff <duff@adacore.com> * lib-xref.ads: Comment fix. 2017-09-29 Bob Duff <duff@adacore.com> * exp_aggr.adb: Remove calls to Set_No_Ctrl_Actions for discriminants. Discriminants can't need finalization. 2017-09-29 Ed Schonberg <schonberg@adacore.com> * sem_ch6.adb (Analyze_Expression_Function): Do not emit freeze nodes for types in expression if the function is within a generic unit. * sem_res.adb (Resolve): In a generic context do not freeze an expression, unless it is an entity. This exception is solely for the purpose of detecting illegal uses of deferred constants in generic units. * sem_res.adb: Minor reformatting. From-SVN: r253285
Diffstat (limited to 'gcc/ada/cal.c')
-rw-r--r--gcc/ada/cal.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/cal.c b/gcc/ada/cal.c
index 14921dc..05e4953 100644
--- a/gcc/ada/cal.c
+++ b/gcc/ada/cal.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 1992-2014, Free Software Foundation, Inc. *
+ * Copyright (C) 1992-2017, 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- *
@@ -29,10 +29,10 @@
* *
****************************************************************************/
-/* This file contains those routines named by Import pragmas in package */
+/* This file contains routines marked with pragmas Import in package */
/* GNAT.Calendar. It is used to do Duration to timeval conversion. */
-/* These are simple wrappers function to abstract the fact that the C */
-/* struct timeval fields type are not normalized (they are generally */
+/* These are simple wrapper functions to abstract the fact that the C */
+/* struct timeval fields are not normalized (they are generally */
/* defined as int or long values). */
#if defined (__vxworks)