(re_compile_pattern, re_comp, regerror): Add gettext wrapper.
commit03882aac2530e251c4f82529244d2e71e70567f7
authorPaul Eggert <eggert@twinsun.com>
Tue, 29 Nov 1994 16:25:39 +0000 (29 16:25 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 29 Nov 1994 16:25:39 +0000 (29 16:25 +0000)
tree5c4f87614deaefae41d31a484827fed4736dde8f
parent0372feddc8d1fbf8bf823f3c0acf227dbac8dfda
(re_compile_pattern, re_comp, regerror): Add gettext wrapper.
(re_error_msgid): Renamed from `re_error_msg', for consistency
with other source files that declare arrays of message ids.
Identifiers ending in `msgid' are special to to some prototype
message-extracting utilities.
Make "Success" be the 0th entry, so it can be extracted too.
(re_comp): Replace "Memory exhausted" with
re_error_msgid[REG_ESPACE], to aid message consistency.
src/regex.c