X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fassert-h;h=85d6fc844510d95ad5ecde65c56288bb736dde22;hb=466449b04ceeb8c245a7e364f9c2c812a5259c8f;hp=595fefe1e29003247c5b536db849031196e9cd13;hpb=0ab583c0eaeb5d9c18a6ce0fcdd4f0cd95a581da;p=gnulib.git diff --git a/modules/assert-h b/modules/assert-h index 595fefe1e..85d6fc844 100644 --- a/modules/assert-h +++ b/modules/assert-h @@ -26,9 +26,10 @@ assert.h: assert.in.h verify.h $(top_builddir)/config.status -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_ASSERT_H''@|$(NEXT_ASSERT_H)|g' \ < $(srcdir)/assert.in.h && \ - sed -e 's|_GL_VERIFY_H|_${gl_include_guard_prefix}_STATIC_ASSERT_H|g' \ + sed -e '/@assert.h omit start@/,/@assert.h omit end@/d' \ -e 's|_gl_verify|_gl_static_assert|g' \ -e 's|_GL_VERIFY|_GL_STATIC_ASSERT|g' \ + -e 's|_GL\(_STATIC_ASSERT_H\)|_${gl_include_guard_prefix}\1|g' \ < $(srcdir)/verify.h; \ } > $@-t && \ mv $@-t $@