]> git.ipfire.org Git - thirdparty/gettext.git/commit
xgettext: Refactor.
authorBruno Haible <bruno@clisp.org>
Wed, 11 Sep 2024 12:09:08 +0000 (14:09 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 11 Sep 2024 12:09:08 +0000 (14:09 +0200)
commitcef65d39eb422917ddbd51174c577c741f0c5fd3
treed158120ac67bcd0398eed60e01e747f791483b66
parent9809152f2679964e1a3ba519781e7839938b94b9
xgettext: Refactor.

* gettext-tools/src/x-awk.c (SE_QUOTES): Renamed from P7_QUOTES.
(get_string_element): Renamed from phase7_getc.
(x_awk_lex): Update.
* gettext-tools/src/x-c.c (SE_EOF): Renamed from P7_EOF.
(SE_QUOTES): Renamed from P7_QUOTES.
(SE_QUOTE): Renamed from P7_QUOTE.
(SE_NEWLINE): Renamed from P7_NEWLINE.
(get_string_element): Renamed from phase7_getc.
(unget_string_element): Renamed from phase7_ungetc.
(phase5_get): Update.
* gettext-tools/src/x-vala.c (SE_EOF): Renamed from P7_EOF.
(SE_QUOTES): Renamed from P7_QUOTES.
(SE_QUOTE): Renamed from P7_QUOTE.
(SE_NEWLINE): Renamed from P7_NEWLINE.
(get_string_element): Renamed from phase7_getc.
(unget_string_element): Renamed from phase7_ungetc.
(phase3_get): Update.
* gettext-tools/src/x-ycp.c (SE_QUOTES): Renamed from P7_QUOTES.
(get_string_element): Renamed from phase7_getc.
(phase5_get): Update.
gettext-tools/src/x-awk.c
gettext-tools/src/x-c.c
gettext-tools/src/x-vala.c
gettext-tools/src/x-ycp.c