maint: minor fixes

* NEWS: restore missing entry.
* cfg.mk: Adjust to *.texinfo -> *.texi.
* src/symtab.c: Spaces fixes.
This commit is contained in:
Akim Demaille
2012-07-06 11:15:24 +02:00
parent 8f064948c5
commit 9553083c72
3 changed files with 5 additions and 3 deletions

View File

@@ -611,10 +611,10 @@ symbol_translation (symbol *this)
(this->user_token_number,
symbols[token_translations[this->user_token_number]],
this);
token_translations[this->user_token_number] = this->number;
}
return true;
}