(map_charset_for_dump): Add missing UNGCPRO.
This commit is contained in:
parent
c21d4d1a0b
commit
c542407dc8
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
|
||||
|
||||
* charset.c (map_charset_for_dump): Add missing UNGCPRO.
|
||||
|
||||
2009-03-30 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* fontset.c (fontset_from_font): Specify only registry in a
|
||||
|
|
|
@ -728,6 +728,7 @@ map_charset_for_dump (c_function, function, arg, from, to)
|
|||
}
|
||||
c++;
|
||||
}
|
||||
UNGCPRO;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue