]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[__USE_GNU]: Undefine assert_perror.
authorUlrich Drepper <drepper@redhat.com>
Sat, 16 Aug 1997 19:33:41 +0000 (19:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 16 Aug 1997 19:33:41 +0000 (19:33 +0000)
assert/assert.h

index 3f0d6a3ac1e5e0ff7698ffe330f356877bf233bf..3f0b55f866fe203ae0072319c2d04b388a05da20 100644 (file)
 
 #ifdef _ASSERT_H
 
-#undef _ASSERT_H
-#undef assert
+# undef        _ASSERT_H
+# undef        assert
+
+# ifdef        __USE_GNU
+#  undef assert_perror
+# endif
 
 #endif /* assert.h     */