mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Provide declaration of in_word_set.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-03-31 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
* tests/test.c (in_word_set): New declaration.
|
||||||
|
* tests/test2.c (in_word_set): Likewise.
|
||||||
|
|
||||||
2007-03-31 Bruno Haible <bruno@clisp.org>
|
2007-03-31 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* src/options.cc (Options::parse_options): Bump copyright year.
|
* src/options.cc (Options::parse_options): Bump copyright year.
|
||||||
|
|||||||
@@ -7,6 +7,12 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#if defined __STDC__ || defined __cplusplus
|
||||||
|
extern char * in_word_set (const char *, int);
|
||||||
|
#else
|
||||||
|
extern char * in_word_set ();
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MAX_LEN 80
|
#define MAX_LEN 80
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|||||||
@@ -20,6 +20,12 @@
|
|||||||
# define SET_BINARY(f) (void)0
|
# define SET_BINARY(f) (void)0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined __STDC__ || defined __cplusplus
|
||||||
|
extern struct language * in_word_set (const char *, int);
|
||||||
|
#else
|
||||||
|
extern struct language * in_word_set ();
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MAX_LEN 80
|
#define MAX_LEN 80
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|||||||
Reference in New Issue
Block a user