View | Details | Raw Unified | Return to bug 172215
Collapse All | Expand All

(-)fix_grouping.c (working copy) (-1 / +1 lines)
Lines 31-37 Link Here
31
#include <limits.h>
31
#include <limits.h>
32
#include <stddef.h>
32
#include <stddef.h>
33
33
34
static const char nogrouping[] = { CHAR_MAX, '\0' };
34
static const char nogrouping[] = { '\0' };
35
35
36
/*
36
/*
37
 * Internal helper used to convert grouping sequences from string
37
 * Internal helper used to convert grouping sequences from string

Return to bug 172215