]> granicus.if.org Git - fribidi/commit
Fix build with DEBUG defined
authorTim-Philipp Müller <tim@centricular.com>
Sat, 17 Feb 2018 13:06:50 +0000 (13:06 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 19 Feb 2018 20:01:03 +0000 (20:01 +0000)
commit4c97999ad09f683560bfdf69b4539558401cad41
treef07b44e0a0bb7bb6ea987e357b753cd3ca4cda25
parent536796c40916a781af745b60dbfe9f25cda4431a
Fix build with DEBUG defined

Move up the struct declaration so we can use it
in the DEBUG block.

fribidi-bidi.c:264:33: error: unknown type name ‘FriBidiPairingNode’; did you mean ‘FriBidiParType’?
static void print_pairing_nodes(FriBidiPairingNode *nodes)
lib/fribidi-bidi.c