aboutsummaryrefslogtreecommitdiffstats
path: root/support/dfa.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-03 14:40:01 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-03 14:40:01 +0300
commit96bbb013bdbfc03c3fccb6c5c2a5c8142e061329 (patch)
tree5de577224955b13c52ca469094938419d642fb33 /support/dfa.h
parent1f9769a59895bd84ea2b06cec234a087ebf0a939 (diff)
parentf1752b8062123726a02d92eef990bce18ccd60d8 (diff)
downloadegawk-96bbb013bdbfc03c3fccb6c5c2a5c8142e061329.tar.gz
egawk-96bbb013bdbfc03c3fccb6c5c2a5c8142e061329.tar.bz2
egawk-96bbb013bdbfc03c3fccb6c5c2a5c8142e061329.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'support/dfa.h')
-rw-r--r--support/dfa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/dfa.h b/support/dfa.h
index 315a20d9..84aba7d1 100644
--- a/support/dfa.h
+++ b/support/dfa.h
@@ -49,8 +49,8 @@ struct dfa;
/* Needed when Gnulib is not used. */
#ifndef _GL_ATTRIBUTE_MALLOC
# define _GL_ATTRIBUTE_MALLOC
+# define _GL_ATTRIBUTE_DEALLOC(f, i)
# define _GL_ATTRIBUTE_DEALLOC_FREE
-# define _GL_ATTRIBUTE_DEALLOC(x,y)
# define _GL_ATTRIBUTE_RETURNS_NONNULL
#endif