(struct known_translation_t): Turn msgid into a union. (transcmp): Use the appropriat...
authorUlrich Drepper <drepper@redhat.com>
Sat, 17 Nov 2007 07:37:30 +0000 (07:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 17 Nov 2007 07:37:30 +0000 (07:37 +0000)
commit80b286ed6e3e115e9c4d06e381e26d6f3f88afc8
tree7d67f82a85dd855f06736b9911a612517d850fce
parent2da2501c3d65e4398819b261eb0df68351bb81b9
(struct known_translation_t): Turn msgid into a union. (transcmp): Use the appropriate part of s1->msgid and s2->msgid. (DCIGETTEXT): Change the allocation of the 'search' variable so that it needs only fixed stack space. Delay the initialization of msgid_len until it is needed.
intl/dcigettext.c