diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-11-06 08:44:20 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-11-06 08:44:20 +0100 |
commit | c7856b3ddac48deb34c55ae50ab0ff0ffa5922d3 (patch) | |
tree | 63df62f04cbc3a1dfdd8f24c0ad2ee0ddac561c4 /maint.mk | |
parent | 31183cf97cc8693f0d7064074061512ddbb97d86 (diff) | |
download | gnutls-c7856b3ddac48deb34c55ae50ab0ff0ffa5922d3.tar.gz |
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -257,6 +257,10 @@ endef sc_prohibit_assert_without_use: @h='<assert.h>' re='\<assert *\(' $(_header_without_use) +# Prohibit the inclusion of close-stream.h without an actual use. +sc_prohibit_close_stream_without_use: + @h='"close-stream.h"' re='\<close_stream *\(' $(_header_without_use) + # Prohibit the inclusion of getopt.h without an actual use. sc_prohibit_getopt_without_use: @h='<getopt.h>' re='\<getopt(_long)? *\(' $(_header_without_use) |