/* Conversion module for ISO-2022-JP and ISO-2022-JP-2.
- Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
*outbuf++ = '('; \
*outbuf++ = 'B'; \
/* Note that this also clears the G2 designation. */ \
- data->__statep->__count &= ~7; \
+ data->__statep->__count &= 7; \
data->__statep->__count |= ASCII_set; \
} \
} \