From a12235eb0d0b7db7519872f5dbd76b252c781bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 2 Feb 2000 13:45:59 -0800 Subject: [PATCH] bugfix (at least for bison 1.28) Rev: src/language.yacc:1.162 --- src/language.yacc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/language.yacc b/src/language.yacc index fed4be12a5..26f380181d 100644 --- a/src/language.yacc +++ b/src/language.yacc @@ -188,7 +188,7 @@ /* This is the grammar definition of Pike. */ #include "global.h" -RCSID("$Id: language.yacc,v 1.161 2000/01/25 22:41:29 grubba Exp $"); +RCSID("$Id: language.yacc,v 1.162 2000/02/02 21:45:59 hubbe Exp $"); #ifdef HAVE_MEMORY_H #include <memory.h> #endif @@ -231,7 +231,7 @@ static struct pike_string *last_identifier=0; */ #ifndef __GNUC__ #ifndef __cplusplus -static void __yy_memcpy(char *to, char *from, int count); +static void __yy_memcpy(char *to, char *from, unsigned int count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ -- GitLab