From e174422eeef1f833341c26d3a5ff9974f846e46d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Oct 1993 01:52:28 +0000 Subject: [PATCH] merge with 1.8.1b --- lib/getdate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getdate.y b/lib/getdate.y index e5cf18a16b..e15a886a0c 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -41,7 +41,7 @@ #ifdef _AIX /* for Bison */ #pragma alloca #else -char *alloca (); +void *alloca (); #endif #endif #endif -- 2.30.2