[Commits] [SCM] claws branch, master, updated. 3.9.0-159-g385e20e
colin at claws-mail.org
colin at claws-mail.org
Thu Mar 21 17:21:00 CET 2013
The branch master of project "claws" (Claws Mail) has been updated
via 385e20eea99937c7c6589b1f39ef4af83fba4603 (commit)
from b46954505c6916768f5962ce77ca9ed6978d8285 (commit)
- Log -----------------------------------------------------------------
commit 385e20eea99937c7c6589b1f39ef4af83fba4603
Author: Colin Leroy <colin at colino.net>
Date: Thu Mar 21 17:20:30 2013 +0100
Remove apparently useless forward declarations. Should fix bug #2893
"ical_yy_scan_bytes has wrong type"
diff --git a/src/plugins/vcalendar/libical/libical/icallexer.l b/src/plugins/vcalendar/libical/libical/icallexer.l
index 09d5a0a..57304ad 100644
--- 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
-----------------------------------------------------------------------
Summary of changes:
src/plugins/vcalendar/libical/libical/icallexer.l | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list