(in_word_set): Use `static' in definition (for pcc).

This commit is contained in:
Dave Love 2001-01-31 13:50:02 +00:00
parent cb4aae0475
commit 30526cc67c
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -32,7 +32,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
* 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
@ -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;