Skip to content
Snippets Groups Projects
  1. Apr 02, 1999
  2. Apr 01, 1999
  3. Mar 31, 1999
  4. Mar 30, 1999
  5. Mar 29, 1999
  6. Mar 28, 1999
  7. Mar 27, 1999
  8. Mar 26, 1999
  9. Mar 24, 1999
  10. Mar 23, 1999
  11. Mar 22, 1999
  12. Mar 20, 1999
    • Kurt Zeilenga's avatar
      Provide global assert solution. <ac/assert.h> (new) is now included · f999e135
      Kurt Zeilenga authored
      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()).
      f999e135
Loading