aboutsummaryrefslogtreecommitdiffstats
path: root/regex_internal.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-05-19 17:12:48 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-05-19 17:12:48 +0300
commitc6d49e92c880824cb1a1dbd281c336249a0f0cf7 (patch)
tree91f00fd691247a8abd68c493656c725afe322375 /regex_internal.h
parent6da1fa8663a1b8a55a5d90054bc71f04007b8935 (diff)
downloadegawk-c6d49e92c880824cb1a1dbd281c336249a0f0cf7.tar.gz
egawk-c6d49e92c880824cb1a1dbd281c336249a0f0cf7.tar.bz2
egawk-c6d49e92c880824cb1a1dbd281c336249a0f0cf7.zip
Documentation and compile fixes.
Diffstat (limited to 'regex_internal.h')
-rw-r--r--regex_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regex_internal.h b/regex_internal.h
index 6b6a1f40..926f4feb 100644
--- a/regex_internal.h
+++ b/regex_internal.h
@@ -161,6 +161,7 @@ is_blank (int c)
# define __attribute(arg) __attribute__ (arg)
#else
# define __attribute(arg)
+# define __attribute_warn_unused_result__
#endif
extern const char __re_error_msgid[] attribute_hidden;