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:
@@ -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)
|
||||
|
@@ -41,6 +41,9 @@
|
||||
RCSID("$Id$");
|
||||
#endif
|
||||
#include <roken.h>
|
||||
#ifndef _DIAGASSERT
|
||||
#define _DIAGASSERT(X)
|
||||
#endif
|
||||
#else
|
||||
#include <sys/cdefs.h>
|
||||
#if !defined(lint)
|
||||
|
Reference in New Issue
Block a user