View | Details | Raw Unified
Collapse All | Expand All

(-) hard-locale.h.orig (-2 / +2 lines)
 Lines 22-27    Link Here 
   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
static ptr_t xmalloc PARAMS ((size_t n));
/* Return nonzero if the current CATEGORY locale is hard, i.e. if you
/* Return nonzero if the current CATEGORY locale is hard, i.e. if you
   can't get away with assuming traditional C or POSIX behavior.  */
   can't get away with assuming traditional C or POSIX behavior.  */
static int
static int
 Lines 40-47    Link Here 
      if (strcmp (p, "C") == 0 || strcmp (p, "POSIX") == 0)
      if (strcmp (p, "C") == 0 || strcmp (p, "POSIX") == 0)
	hard = 0;
	hard = 0;
# else
# else
      static ptr_t xmalloc PARAMS ((size_t n));
      char *locale = xmalloc (strlen (p) + 1);
      char *locale = xmalloc (strlen (p) + 1);
      strcpy (locale, p);
      strcpy (locale, p);