From 30526cc67c3c906b94984c0abd4ad0c90e9c0139 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 31 Jan 2001 13:50:02 +0000 Subject: [PATCH] (in_word_set): Use `static' in definition (for pcc). --- lib-src/ChangeLog | 4 ++++ lib-src/etags.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9691dddf9fd..aa4c4f0dfd1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2001-01-31 Dave Love + + * etags.c (in_word_set): Use `static' in definition (for pcc). + 2001-01-31 Francesco Potorti` * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for diff --git a/lib-src/etags.c b/lib-src/etags.c index 2071fb52b2f..ba6d9a86ac1 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -32,7 +32,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ * Francesco Potortì has maintained it since 1993. */ -char pot_etags_version[] = "@(#) pot revision number is $Revision: 14.14 $"; +char pot_etags_version[] = "@(#) pot revision number is $Revision: 2.84 $"; #define TRUE 1 #define FALSE 0 @@ -2077,7 +2077,7 @@ hash (str, len) #ifdef __GNUC__ __inline #endif -struct C_stab_entry * +static struct C_stab_entry * in_word_set (str, len) register const char *str; register unsigned int len; -- 2.11.4.GIT