From: Jim Meyering Date: Tue, 12 Oct 1993 01:52:28 +0000 (+0000) Subject: merge with 1.8.1b X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e174422eeef1f833341c26d3a5ff9974f846e46d;p=pspp merge with 1.8.1b --- 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