# HG changeset patch # User Jim Meyering # Date 750390748 0 # Node ID 123d7eef6b84bb66ec1f704e95c53645534b0712 # Parent 3351d0fb31620632d18d404ddd9b00f14f174407 merge with 1.8.1b diff --git a/lib/getdate.y b/lib/getdate.y --- 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