From 6f2c2693f7ca65a692e88bcc8f74ca73e4462c37 Mon Sep 17 00:00:00 2001 From: kcook Date: Fri, 31 Oct 2003 01:08:43 +0000 Subject: C90 prototype updates. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73113 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/cal.c') diff --git a/gcc/ada/cal.c b/gcc/ada/cal.c index 31d39834afc..7f136d6ff12 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); } -- cgit v1.2.1