[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 30 Dec 2024 09:58:58 -0500 (EST) |
branch: master
commit cb0f66ce90db0ba10d9126c04a4b90965cb2315c
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Dec 30 14:57:59 2024 +0000
* info/scan.c [__hpux]: remove define of __va_copy which isn't
used in this file.
---
ChangeLog | 5 +++++
info/scan.c | 4 ----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1f8966fbe2..26c3f93c53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-30 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * info/scan.c [__hpux]: remove define of __va_copy which isn't
+ used in this file.
+
2024-12-30 Gavin Smith <gavinsmith0123@gmail.com>
Remove def formatting font switching
diff --git a/info/scan.c b/info/scan.c
index ac02e09ead..fd5ec525b0 100644
--- a/info/scan.c
+++ b/info/scan.c
@@ -38,10 +38,6 @@ extern char * rpl_nl_langinfo (nl_item);
#undef wcwidth
#endif
-#ifdef __hpux
-#define va_copy(ap1,ap2) memcpy((&ap1),(&ap2),sizeof(va_list))
-#endif
-
/* Variable which holds the most recent filename parsed as a result of
calling info_parse_xxx (). */
char *info_parsed_filename = NULL;