From 6948250861edce048d7bb3c6b47d13fa3649905e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 11 Dec 2009 01:15:28 +0100 Subject: New module 'arg-nonnull'. Declare which arguments expect non-NULL values. --- modules/stdio | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/stdio') diff --git a/modules/stdio b/modules/stdio index 06e7865ca5..eca35813c7 100644 --- a/modules/stdio +++ b/modules/stdio @@ -9,6 +9,7 @@ m4/stdio_h.m4 Depends-on: include_next link-warning +arg-nonnull raise stddef @@ -20,7 +21,7 @@ BUILT_SOURCES += stdio.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. -stdio.h: stdio.in.h $(LINK_WARNING_H) +stdio.h: stdio.in.h $(LINK_WARNING_H) $(ARG_NONNULL_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @@ -105,6 +106,7 @@ stdio.h: stdio.in.h $(LINK_WARNING_H) -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \ -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ + -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ < $(srcdir)/stdio.in.h; \ } > $@-t && \ mv $@-t $@ -- cgit v1.2.1