Re: [Mesa-dev] [PATCH v2] glsl: add a missing call to _mesa_locale_init

2015-07-03 Thread Matt Turner
On Fri, Jul 3, 2015 at 12:46 AM, Erik Faye-Lund wrote: > After c61bc6e ("util: port _mesa_strto[df] to C"), "make check" > fails due to a missing _mesa_locale_init. Fixup this oversight, > by moving the stand-alone compiler initializer inside > initialize_context_to_defaults(). > > Signed-off-by:

[Mesa-dev] [PATCH v2] glsl: add a missing call to _mesa_locale_init

2015-07-03 Thread Erik Faye-Lund
After c61bc6e ("util: port _mesa_strto[df] to C"), "make check" fails due to a missing _mesa_locale_init. Fixup this oversight, by moving the stand-alone compiler initializer inside initialize_context_to_defaults(). Signed-off-by: Erik Faye-Lund --- Here's what the latter suggestion would look li