[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/main/convert_to_text.c: make two
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/main/convert_to_text.c: make two functions static. |
Date: |
Thu, 11 Jan 2024 16:05:34 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 1910257cc0 * tp/Texinfo/XS/main/convert_to_text.c: make two functions
static.
1910257cc0 is described below
commit 1910257cc0bea05f32df7fdec55751bb6b167804
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Jan 11 22:05:35 2024 +0100
* tp/Texinfo/XS/main/convert_to_text.c: make two functions static.
---
ChangeLog | 4 ++++
tp/Texinfo/XS/main/convert_to_text.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 23f7fe9358..ed0d64da34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-01-11 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/main/convert_to_text.c: make two functions static.
+
2024-01-11 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Convert/Text.pm: move functions around.
diff --git a/tp/Texinfo/XS/main/convert_to_text.c
b/tp/Texinfo/XS/main/convert_to_text.c
index fa8ac41689..257069a211 100644
--- a/tp/Texinfo/XS/main/convert_to_text.c
+++ b/tp/Texinfo/XS/main/convert_to_text.c
@@ -206,7 +206,7 @@ text_reset_options_encoding (TEXT_OPTIONS *text_options)
/* the CONVERTER argument is not used, it is there solely to match the
calling prototype in accent formatting commands */
-char *
+static char *
ascii_accent (CONVERTER *self, const char *text,
const ELEMENT *command, int set_case)
{
@@ -245,7 +245,7 @@ ascii_accent (CONVERTER *self, const char *text,
return accent_text.text;
}
-char *
+static char *
ascii_accents_internal (const char *text, const ELEMENT_STACK *stack,
int set_case)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/main/convert_to_text.c: make two functions static.,
Patrice Dumas <=