changeset 121:123d7eef6b84

merge with 1.8.1b
author Jim Meyering <jim@meyering.net>
date Tue, 12 Oct 1993 01:52:28 +0000
parents 3351d0fb3162
children d35d8718e51a
files lib/getdate.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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