talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 385e20eea99937c7c6589b1f39ef4af83fba4603
parent b46954505c6916768f5962ce77ca9ed6978d8285
Author: Colin Leroy <colin@colino.net>
Date:   Thu, 21 Mar 2013 17:20:30 +0100

Remove apparently useless forward declarations. Should fix bug #2893
"ical_yy_scan_bytes has wrong type"

Diffstat:
Msrc/plugins/vcalendar/libical/libical/icallexer.l | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/plugins/vcalendar/libical/libical/icallexer.l b/src/plugins/vcalendar/libical/libical/icallexer.l @@ -63,12 +63,6 @@ char *str_buf; char *str_buf_p; size_t buf_sz; /* = ICAL_MAX_STR_CONST;*/ -/* Define routines that were not propertly defined because of the -renaming hack applied in icalyacc.y */ -YY_BUFFER_STATE ical_yy_scan_buffer ( char *base, yy_size_t size ); -YY_BUFFER_STATE ical_yy_scan_string ( yyconst char *yy_str ); -YY_BUFFER_STATE ical_yy_scan_bytes ( yyconst char *bytes, int len ); - %} crlf \x0D?\x0A