From 903e8256e7cff7870a4a0939a40e021d82358a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 11 Sep 1997 21:53:44 +0200 Subject: [PATCH] Fixed broken kludge-prototype. Rev: src/language.yacc:1.48 --- src/language.yacc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/language.yacc b/src/language.yacc index 09ad90ed65..1446eff7d1 100644 --- a/src/language.yacc +++ b/src/language.yacc @@ -156,7 +156,7 @@ /* This is the grammar definition of Pike. */ #include "global.h" -RCSID("$Id: language.yacc,v 1.47 1997/09/10 20:48:45 grubba Exp $"); +RCSID("$Id: language.yacc,v 1.48 1997/09/11 19:53:44 grubba Exp $"); #ifdef HAVE_MEMORY_H #include <memory.h> #endif @@ -210,7 +210,7 @@ void fix_comp_stack(int sp) */ #ifndef __GNUC__ #ifndef __cplusplus -static void __yy_memcpy(char *to, char *from, int count) +static void __yy_memcpy(char *to, char *from, int count); #endif /* !__cplusplus */ #endif /* !__GNUC__ */ -- GitLab