[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Mon, 20 May 2024 08:27:54 -0400 (EDT) |
branch: master
commit a818443aed303edc8b6107576aab66e8f0ddb056
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon May 20 14:18:32 2024 +0200
* tp/Texinfo/XS/parsetexi/conf.h (PARSER_CONF): rename CONF as
PARSER_CONF.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/parsetexi/conf.c | 2 +-
tp/Texinfo/XS/parsetexi/conf.h | 4 ++--
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4e7a6025bf..949a8c0839 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-05-20 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/parsetexi/conf.h (PARSER_CONF): rename CONF as
+ PARSER_CONF.
+
2024-05-20 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/parsetexi/conf.h (parser_conf): rename conf as
diff --git a/tp/Texinfo/XS/parsetexi/conf.c b/tp/Texinfo/XS/parsetexi/conf.c
index 71ae00c16e..7836088b67 100644
--- a/tp/Texinfo/XS/parsetexi/conf.c
+++ b/tp/Texinfo/XS/parsetexi/conf.c
@@ -22,7 +22,7 @@
#include "conf.h"
/* Configuration values. */
-CONF parser_conf;
+PARSER_CONF parser_conf;
void
conf_set_show_menu (int i)
diff --git a/tp/Texinfo/XS/parsetexi/conf.h b/tp/Texinfo/XS/parsetexi/conf.h
index a11d720f1a..b5daa03a45 100644
--- a/tp/Texinfo/XS/parsetexi/conf.h
+++ b/tp/Texinfo/XS/parsetexi/conf.h
@@ -37,9 +37,9 @@ typedef struct CONF {
EXPANDED_FORMAT expanded_formats[7];
VALUE_LIST values;
-} CONF;
+} PARSER_CONF;
-extern CONF parser_conf;
+extern PARSER_CONF parser_conf;
/* part of public API */
void conf_set_show_menu (int i);