From b055631694967585d0c898ac493e1faa3d5e8ee6 Mon Sep 17 00:00:00 2001 From: Dilan Palauzov Date: Wed, 4 Jan 2017 16:05:22 +0000 Subject: Use noyywrap option in lex files. ld PR 20958 * ldlex.l (option): Add noyywrap (yywrap): Delete. * ldlex.h (yywrap): Delete prototype. binutils PR 20958 * syslex.l (option): Add noyywrap (yywrap): Delete. --- ld/ldlex.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ld/ldlex.h') diff --git a/ld/ldlex.h b/ld/ldlex.h index 3ecac2b..dac152b 100644 --- a/ld/ldlex.h +++ b/ld/ldlex.h @@ -182,9 +182,6 @@ extern const char* ldlex_filename (void); /* In lexsup.c. */ extern int lex_input (void); extern void lex_unput (int); -#ifndef yywrap -extern int yywrap (void); -#endif extern void parse_args (unsigned, char **); #endif -- cgit v1.1