aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/cal.c
diff options
context:
space:
mode:
authorR. Kelley Cook <kcook@gcc.gnu.org>2003-10-31 01:08:43 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2003-10-31 01:08:43 +0000
commit9373164a48dc470b44c1ec9431213ce8c06323e5 (patch)
treeee92d17300eb95b03e9b66263bbb9e1407851aa2 /gcc/ada/cal.c
parent6587cd2b21cd246a7a2986e4d7f400a5d4e25a4b (diff)
downloadgcc-9373164a48dc470b44c1ec9431213ce8c06323e5.zip
gcc-9373164a48dc470b44c1ec9431213ce8c06323e5.tar.gz
gcc-9373164a48dc470b44c1ec9431213ce8c06323e5.tar.bz2
C90 prototype updates.
From-SVN: r73113
Diffstat (limited to 'gcc/ada/cal.c')
-rw-r--r--gcc/ada/cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/cal.c b/gcc/ada/cal.c
index 31d3983..7f136d6 100644
--- a/gcc/ada/cal.c
+++ b/gcc/ada/cal.c
@@ -94,7 +94,7 @@ __gnat_duration_to_timeval (long sec, long usec, struct timeval *t)
what time_t is on the target. */
long
-gnat_time ()
+gnat_time (void)
{
return time (0);
}