* language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.

This commit is contained in:
Tom Tromey 2010-10-13 17:38:09 +00:00
parent a737a51bb0
commit 577ce03a7c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-10-13 Tom Tromey <tromey@redhat.com>
* language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
2010-10-13 Doug Evans <dje@google.com>
* c-typeprint.c: Whitespace cleanup.

View file

@ -418,7 +418,7 @@ extern enum language set_language (enum language);
#define LA_GET_STRING(value, buffer, length, chartype, encoding) \
(current_language->la_get_string(value, buffer, length, chartype, encoding))
#define LA_PRINT_ARRAY_INDEX(index_value, stream, optins) \
#define LA_PRINT_ARRAY_INDEX(index_value, stream, options) \
(current_language->la_print_array_index(index_value, stream, options))
/* Test a character to decide whether it can be printed in literal form