make sure _DIAGASSERT is defined

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9299 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-12-06 21:41:56 +00:00
parent fa12ef38d4
commit b8cd60340c
2 changed files with 6 additions and 0 deletions

View File

@@ -39,6 +39,9 @@
RCSID("$Id$");
#endif
#include <roken.h>
#ifndef _DIAGASSERT
#define _DIAGASSERT(X)
#endif
#else
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)

View File

@@ -41,6 +41,9 @@
RCSID("$Id$");
#endif
#include <roken.h>
#ifndef _DIAGASSERT
#define _DIAGASSERT(X)
#endif
#else
#include <sys/cdefs.h>
#if !defined(lint)