]> git.saurik.com Git - bison.git/commit
Include "gettext.h".
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:16:49 +0000 (14:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:16:49 +0000 (14:16 +0000)
commitc131cbff030ee81e06b2528c40c7a294ac156847
treeba4fa57b23f04197d4826a2f4263f4c90b2ffd51
parent50f095c92f5585ea3cdc07c1aec7d9fa9510b61a
Include "gettext.h".
(_): New macro.
(bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
name locals "index", as it generates unnecessary warnings on some
hosts that have an "index" function.

(bitset_stats_print_1, bitset_stats_print, bitset_stats_read,
bitset_stats_write): Wrap strings in _() if they need translation.

(bitset_stats_set, bitset_stats_reset): Do not assume that bitset_word
is the same width as int.
lib/bitset_stats.c