aboutsummaryrefslogtreecommitdiffstats
path: root/support/dfa.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-03 14:26:13 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-03 14:26:13 +0300
commit6901be47821084eb2de908cb10acf558b1c3a271 (patch)
tree0ab3ba99ac33927fde708b7a3951c63bd880e334 /support/dfa.h
parent0e1761697d8ed24b07cf23035f5dd01d09056e3a (diff)
downloadegawk-6901be47821084eb2de908cb10acf558b1c3a271.tar.gz
egawk-6901be47821084eb2de908cb10acf558b1c3a271.tar.bz2
egawk-6901be47821084eb2de908cb10acf558b1c3a271.zip
Sync dfa.h from GNULIB.
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