[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: remove text after #endif
From: |
Gavin D. Smith |
Subject: |
branch master updated: remove text after #endif |
Date: |
Sat, 18 Nov 2023 14:20:24 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 5ad2ff7f4b remove text after #endif
5ad2ff7f4b is described below
commit 5ad2ff7f4bf6e52437dc53799e2f404f7ca19b36
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Nov 18 19:20:16 2023 +0000
remove text after #endif
---
tp/Texinfo/XS/main/translations.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tp/Texinfo/XS/main/translations.c
b/tp/Texinfo/XS/main/translations.c
index de4ed82e03..3d68ec9864 100644
--- a/tp/Texinfo/XS/main/translations.c
+++ b/tp/Texinfo/XS/main/translations.c
@@ -177,7 +177,7 @@ translate_string (OPTIONS *options, const char * string,
#ifndef ENABLE_NLS
translated_string = strdup (string);
return translated_string;
-#endif ENABLE_NLS
+#endif
/* with the following code valgrind reports issues in perl memory */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: remove text after #endif,
Gavin D. Smith <=