Skip to content

Fix build failure in C89 mode

Ryan Schmidt requested to merge ryandesign/pango:c89 into master

Fixes build error with default compilers on Mac OS X 10.6 and earlier:

pangocoretext-fontmap.c: In function ‘pango_core_text_fontset_new’:
pangocoretext-fontmap.c:1563: error: ‘for’ loop initial declaration used outside C99 mode

Merge request reports