Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: TBD
*** 8,17 ****
--- 8,18 ----
* source. A copy of the CDDL is also available via the Internet at
* http://www.illumos.org/license/CDDL.
*/
/*
+ * Copyright 2013 Garrett D'Amore <garrett@damore.org>
* Copyright 2010 Nexenta Systems, Inc. All rights reserved.
*/
/*
* LC_NUMERIC database generation routines for localedef.
*** 25,35 ****
#include <unistd.h>
#include "localedef.h"
#include "parser.tab.h"
#include "lnumeric.h"
! static struct lc_numeric_T numeric;
void
init_numeric(void)
{
(void) memset(&numeric, 0, sizeof (numeric));
--- 26,36 ----
#include <unistd.h>
#include "localedef.h"
#include "parser.tab.h"
#include "lnumeric.h"
! static struct lc_numeric numeric;
void
init_numeric(void)
{
(void) memset(&numeric, 0, sizeof (numeric));