summaryrefslogtreecommitdiff
path: root/tests/bison_yylloc_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_yylloc_parser.y
parent676a62ec1e83d76b72d6b3b506b985ddb1c65832 (diff)
warning: redundant redeclaration of '...' [-Wredundant-decls]
Diffstat (limited to 'tests/bison_yylloc_parser.y')
-rw-r--r--tests/bison_yylloc_parser.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bison_yylloc_parser.y b/tests/bison_yylloc_parser.y
index 51c0557..93c63c0 100644
--- a/tests/bison_yylloc_parser.y
+++ b/tests/bison_yylloc_parser.y
@@ -40,8 +40,6 @@ int yyerror(YYLTYPE *location, void* scanner, const char* msg);
#define YYERROR_VERBOSE 1
-extern int testget_lineno(void*);
-
/* A dummy function. A check against seg-faults in yylval->str. */
static int process_text(char* s) {