sizeof(wchar_t) = 2 instead of 4.
-/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/parser.c,v 1.12 2007/01/15 15:16:28 teodor Exp $ */
+/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/parser.c,v 1.13 2007/03/22 15:58:24 teodor Exp $ */
#include "postgres.h"
{
if (lc_ctype_is_c())
{
- unsigned int c = *(unsigned int*)(prs->wstr + prs->state->poschar);
+ unsigned int c = *(prs->wstr + prs->state->poschar);
/*
* any non-ascii symbol with multibyte encoding