diff options
author | rlar <rlar> | 2016-03-16 19:45:41 +0100 |
---|---|---|
committer | Will Estes <westes575@gmail.com> | 2016-03-18 14:39:21 -0400 |
commit | 70b804fb02009ffa33426fab5196d9d14903b50d (patch) | |
tree | 8440a8e7ced4bc2eec64b17659088f7fb15943bb /tests/alloc_extra.l | |
parent | 676a62ec1e83d76b72d6b3b506b985ddb1c65832 (diff) |
warning: redundant redeclaration of '...' [-Wredundant-decls]
Diffstat (limited to 'tests/alloc_extra.l')
-rw-r--r-- | tests/alloc_extra.l | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/alloc_extra.l b/tests/alloc_extra.l index d50c135..ae2ae99 100644 --- a/tests/alloc_extra.l +++ b/tests/alloc_extra.l @@ -43,9 +43,6 @@ struct Check { /* Save char into junk array at next position. */ static void check_extra ( yyscan_t scanner ); -/* Special yyalloc */ -void *yyalloc ( size_t size, yyscan_t scanner ); - %} %option 8bit prefix="test" |