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

(-)locale/euc.c (-1 / +2 lines)
Lines 134-140 Link Here
134
	return (ps == NULL || ((const _EucState *)ps)->want == 0);
134
	return (ps == NULL || ((const _EucState *)ps)->want == 0);
135
}
135
}
136
136
137
#define	CEI	((_EucInfo *)(_CurrentRuneLocale->__variable))
137
#define	CEI	\
138
	((_EucInfo *)(XLOCALE_CTYPE(__get_locale())->runes->__variable))
138
139
139
#define	_SS2	0x008e
140
#define	_SS2	0x008e
140
#define	_SS3	0x008f
141
#define	_SS3	0x008f

Return to bug 188036