aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-02 08:40:49 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-02 08:40:49 +0000
commit7c3a122e37bde4f77a9b843b697d7bc8c8b94176 (patch)
treedbd3a0c701ce919276e716b86e24053a12de54c8 /tools
parent18c724b0ad2add72655f870f33f1dd9f0a640ef2 (diff)
lemon.c:4628:5: error: conflicting types for ‘Configcmp’
lemon.c:366:5: note: previous declaration of ‘Configcmp’ was here svn path=/trunk/; revision=47997
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/lemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lemon/lemon.c b/tools/lemon/lemon.c
index 72cac4a536..a0e07dc271 100644
--- a/tools/lemon/lemon.c
+++ b/tools/lemon/lemon.c
@@ -363,7 +363,7 @@ struct symbol **Symbol_arrayof(void);
/* Routines to manage the state table */
-int Configcmp(const void *, const void *);
+int Configcmp(const char *, const char *);
struct state *State_new(void);
void State_init(void);
int State_insert(struct state *, struct config *);