(int)-((g->unicode == -1 ?
row++ : g->unicode % nrow) * 40));
if (g->unicode != -1)
- printf("(U+%04lX)", (long)g->unicode);
+ printf("(U+%04lX)", (unsigned long)g->unicode);
else
printf("()");
printf("/%s ", g->name);
while (target->flags & COMPAT)
target = get_glyph_by_name(target->alias_of);
if (target->unicode != -1)
- printf("(USE U+%04lX) sash ", target->unicode);
+ printf("(USE U+%04lX) sash ",
+ (unsigned long)target->unicode);
else
printf("(USE %s) sash ", g->alias_of);
}