summaryrefslogtreecommitdiff
path: root/tests/bison_nr_parser.y
diff options
context:
space:
mode:
authorrlar <rlar>2016-03-16 19:45:41 +0100
committerWill Estes <westes575@gmail.com>2016-03-18 14:39:21 -0400
commit70b804fb02009ffa33426fab5196d9d14903b50d (patch)
tree8440a8e7ced4bc2eec64b17659088f7fb15943bb /tests/bison_nr_parser.y
parent676a62ec1e83d76b72d6b3b506b985ddb1c65832 (diff)
warning: redundant redeclaration of '...' [-Wredundant-decls]
Diffstat (limited to 'tests/bison_nr_parser.y')
-rw-r--r--tests/bison_nr_parser.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bison_nr_parser.y b/tests/bison_nr_parser.y
index 6b55b87..b981f7e 100644
--- a/tests/bison_nr_parser.y
+++ b/tests/bison_nr_parser.y
@@ -38,7 +38,6 @@
/* #define YYLEX_PARAM scanner */
int yyerror(const char* msg);
-extern int testget_lineno(void);
/* A dummy function. A check against seg-faults in yylval->str. */