[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sun, 28 Jan 2024 11:12:21 -0500 (EST) |
branch: master
commit 5e06e9846c44cb5d7b1c937728ba701b4a9d9523
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Jan 28 15:45:25 2024 +0000
* info/info.h (Function, CFunction): Remove unused typedefs.
---
ChangeLog | 4 ++++
info/info.h | 4 +---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c27571f151..e3735deb68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-01-28 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * info/info.h (Function, CFunction): Remove unused typedefs.
+
2024-01-28 Gavin Smith <gavinsmith0123@gmail.com>
* NEWS: update for PACKAGE_* name change
diff --git a/info/info.h b/info/info.h
index c0e59c0370..1dfa2fb23c 100644
--- a/info/info.h
+++ b/info/info.h
@@ -23,10 +23,8 @@
/* System dependencies. */
#include "system.h"
-/* Some of our other include files use these. */
-typedef int Function ();
+/* Some of our other include files use this. */
typedef void VFunction ();
-typedef char *CFunction ();
#include "string.h"
#include "mbiter.h"