Hi Darshit,

> I've attached a simple patch that fixes the build on my end. This simply 
> assumes the latest version of Gperf is used to generate the files.

Thanks. I've applied your patch (with an added space between
'#include' and the file name - to follow common coding conventions).

If you have some more time to play with it, how about mechanically copying
the declaration from the generated file into lib/unicase/special-casing.h ?
I mean, to modify the module description with a command such as

  grep '^gl_unicase_special_lookup' $(srcdir)/unicase/special-casing-table.h | 
sed -e 's/register //' -e 's/^/       /' -e 's/$/;/'

Bruno


Reply via email to