2007-12-04 Behdad Esfahbod <behdad@gnome.org>
Bug 501575 – Compile errors
Patch from Jens Granseuer
* pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
* pango/pango-utils.c (handle_alias_line):
Fix C99ism.
{
HB_Stream stream = font->stream;
+ HB_UInt offset = 0;
+ HB_UInt count, nn;
HB_Error error;
LOG(( "_hb_font_goto_table( %p, %c%c%c%c, %p )\n",
/* parse the directory table directly, without using
* FreeType's built-in data structures
*/
- HB_UInt offset = 0;
- HB_UInt count, nn;
if ( font->num_faces > 1 )
{