commit 93c6983e1c2f58c2ff0e580a1bf1942cf8f0f5d6
parent 2fbcc0fceff9abe6fa4141656f25d9ec5d636d9c
Author: Paul <paul@claws-mail.org>
Date: Mon, 16 Jan 2017 10:30:17 +0000
fix bug 3734, 'undefined symbol error with flex-2.6.2'
Patch by Ashish Gupta
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/plugins/vcalendar/libical/libical/icallexer.l b/src/plugins/vcalendar/libical/libical/icallexer.l
@@ -44,7 +44,6 @@ void icalparser_clear_flex_input(void);
#undef YY_INPUT
#define YY_INPUT(b,r,ms) ( r= icalparser_flex_input(b,ms))
-#undef yywrap
#undef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) ical_yyerror(msg)