bug-datamash
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] add missing include


From: Tim Rice
Subject: Re: [PATCH 1/3] add missing include
Date: Sun, 26 Jan 2025 21:13:00 +0000

Hi Georg,

I agree with the general principle of the change, but these days I have learned 
to put a lot of context in commit messages. Could you please let me know how to 
reproduce the problem using GCC 14.2?

Before applying this patch, I don't see any compiler errors either with or 
without std=c2x.

~ Tim


On Sun, Jan 26, 2025 at 09:03:40PM +0100, Georg Sauthoff wrote:
such that inconsistencies with prototypes yield a compile error
---
src/double-format.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/src/double-format.c b/src/double-format.c
index ff82dca..9c1f18e 100644
--- a/src/double-format.c
+++ b/src/double-format.c
@@ -31,6 +31,7 @@ hence FSF copyright.
#include "xalloc.h"

#include "text-options.h"
+#include "double-format.h"

char*
validate_double_format (char const *fmt)
--
2.47.1





reply via email to

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