Skip to content
Snippets Groups Projects
Commit f999e135 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Provide global assert solution. <ac/assert.h> (new) is now included

by portable.h with NDEBUG undefined.  This makes assert() is always
available and automatically disables itself when LDAP_DEBUG is undefined.
I've included a basic assert() for pre-STDC compilers.  It relies on
abort() which may not actually be available.  (well replace abort()
with whatever is appropriate if and when we're faced with a pre-STDC
compiler that doesn't have assert()).
parent ab64c237
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment