+2001-01-31 Dave Love <fx@gnu.org>
+
+ * etags.c (in_word_set): Use `static' in definition (for pcc).
+
2001-01-31 Francesco Potorti` <pot@gnu.org>
* etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
* Francesco Potortì <pot@gnu.org> 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
#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;