aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/expect.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/expect.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/expect.c')
-rw-r--r--gcc/ada/expect.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/expect.c b/gcc/ada/expect.c
index 3a86ffd..5495226 100644
--- a/gcc/ada/expect.c
+++ b/gcc/ada/expect.c
@@ -72,7 +72,7 @@ __gnat_kill (int pid, int sig)
}
int
-__gnat_expect_fork ()
+__gnat_expect_fork (void)
{
return 0;
}
@@ -159,7 +159,7 @@ __gnat_pipe (int *fd)
}
int
-__gnat_expect_fork ()
+__gnat_expect_fork (void)
{
return -1;
}
@@ -299,7 +299,7 @@ __gnat_pipe (int *fd)
}
int
-__gnat_expect_fork ()
+__gnat_expect_fork (void)
{
return fork ();
}
@@ -406,7 +406,7 @@ __gnat_pipe (int *fd)
}
int
-__gnat_expect_fork ()
+__gnat_expect_fork (void)
{
return -1;
}