regex: rename remaining __attribute calls to __attribute__.
authorGary V. Vaughan <gary@gnu.org>
Fri, 8 Mar 2013 12:50:10 +0000 (19:50 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 8 Mar 2013 12:50:10 +0000 (19:50 +0700)
commit951e33a41cce0f553befee73311ac0af188ef239
treeb8f1f15e7980b576ec4078e0fe5f215b9af6a0a5
parent929bd53a6d2863c97bd3eb371f4693c39540bcb5
regex: rename remaining __attribute calls to __attribute__.

Commit 930b85b changed definition of __attribute, but left some uses
unchanged, preventing compilation of regex module on most non-gcc
environments:
* lib/regcomp.c (re_set_fastmap, seek_collating_symbol_entry)
(lookup_collation_sequence_value, build_range_exp)
(build_collating_symbol): Set attributes with newly renamed
__attribute__ decorator.
* lib/regex_internal.c (re_string_peek_byte_case)
(re_node_set_compare, re_node_set_contains): Likewise.
* lib/regexec.c (acquire_init_state_context): Likewise.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
lib/regcomp.c
lib/regex_internal.c
lib/regexec.c