bug-gnulib
[Top][All Lists]
Advanced

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

non-gnulib bug in dfa.h


From: arnold
Subject: non-gnulib bug in dfa.h
Date: Sun, 29 Aug 2021 18:55:27 +0300
User-agent: Heirloom mailx 12.5 6/20/10

Hi.

I had to make the change below to dfa.h to get things to compile
in gawk.  Please apply this.

Thanks,

Arnold
-------------------------------------
--- /usr/local/src/Gnu/gnulib/lib/dfa.h 2021-08-27 16:50:39.579581132 +0300
+++ support/dfa.h       2021-08-29 18:30:25.101719167 +0300
@@ -50,6 +50,7 @@
 #ifndef _GL_ATTRIBUTE_MALLOC
 # define _GL_ATTRIBUTE_MALLOC
 # define _GL_ATTRIBUTE_DEALLOC_FREE
+# define _GL_ATTRIBUTE_DEALLOC(x,y)
 # define _GL_ATTRIBUTE_RETURNS_NONNULL
 #endif
 



reply via email to

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