state_t *state = state_new (symbol, core_size, core);
if (trace_flag & trace_automaton)
state_t *state = state_new (symbol, core_size, core);
if (trace_flag & trace_automaton)
- fprintf (stderr, _("state_list_append (state = %d, symbol = %d (%s))\n"),
+ fprintf (stderr, "state_list_append (state = %d, symbol = %d (%s))\n",
nstates, symbol, symbols[symbol]->tag);
/* If this is the endtoken, and this is not the initial state, then
nstates, symbol, symbols[symbol]->tag);
/* If this is the endtoken, and this is not the initial state, then
- fprintf (stderr, _("Entering new_itemsets, state = %d\n"),
+ fprintf (stderr, "Entering new_itemsets, state = %d\n",
- fprintf (stderr, _("Entering get_state, symbol = %d (%s)\n"),
+ fprintf (stderr, "Entering get_state, symbol = %d (%s)\n",
symbol, symbols[symbol]->tag);
sp = state_hash_lookup (core_size, core);
symbol, symbols[symbol]->tag);
sp = state_hash_lookup (core_size, core);
sp = state_list_append (symbol, core_size, core);
if (trace_flag & trace_automaton)
sp = state_list_append (symbol, core_size, core);
if (trace_flag & trace_automaton)
- fprintf (stderr, _("Entering append_states, state = %d\n"),
+ fprintf (stderr, "Entering append_states, state = %d\n",
state->number,
symbols[state->accessing_symbol]->tag);
/* Set up ruleset and itemset for the transitions out of this
state->number,
symbols[state->accessing_symbol]->tag);
/* Set up ruleset and itemset for the transitions out of this