]> git.eshelyaron.com Git - emacs.git/commit
(re_compile_pattern, re_comp, regerror): Add gettext wrapper.
authorPaul Eggert <eggert@twinsun.com>
Tue, 29 Nov 1994 16:25:39 +0000 (16:25 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 29 Nov 1994 16:25:39 +0000 (16:25 +0000)
commitfacd2759c5d2f25f524c76f68466c4cf6eadde3d
tree6be470610dff98fcfd42df4f021a65629ffa4fde
parentbcbb4a0a25e845e451657d308ee9d386fcf64078
(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