texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/Texinfo/XS/parsetexi/context_stack.c (pop_co


From: Gavin D. Smith
Subject: branch master updated: * tp/Texinfo/XS/parsetexi/context_stack.c (pop_context): Define with (void) parameter list rather than ().
Date: Sat, 18 Nov 2023 15:44:40 -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 9f9f798581 * tp/Texinfo/XS/parsetexi/context_stack.c (pop_context): 
Define with (void) parameter list rather than ().
9f9f798581 is described below

commit 9f9f7985814cf4af5c1b72e13d716d694637a927
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Nov 18 20:44:33 2023 +0000

    * tp/Texinfo/XS/parsetexi/context_stack.c (pop_context):
    Define with (void) parameter list rather than ().
---
 ChangeLog                               | 5 +++++
 tp/Texinfo/XS/parsetexi/context_stack.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index c84ee59c91..98d9c335a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-11-18  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/XS/parsetexi/context_stack.c (pop_context):
+       Define with (void) parameter list rather than ().
+
 2023-11-18  Gavin Smith <gavinsmith0123@gmail.com>
 
        * tp/Texinfo/XS/xspara.c: Remove include directives for several
diff --git a/tp/Texinfo/XS/parsetexi/context_stack.c 
b/tp/Texinfo/XS/parsetexi/context_stack.c
index 47c617aba2..363d2630b4 100644
--- a/tp/Texinfo/XS/parsetexi/context_stack.c
+++ b/tp/Texinfo/XS/parsetexi/context_stack.c
@@ -82,7 +82,7 @@ push_context (enum context c, enum command_id cmd)
 }
 
 enum context
-pop_context ()
+pop_context (void)
 {
   if (top == 0)
     fatal ("context stack empty");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]