]> git.sur5r.net Git - openldap/commitdiff
s/LDAP_CONST/const/ in ldap_pvt_asser() prototype
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 21:41:46 +0000 (21:41 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 21:41:46 +0000 (21:41 +0000)
include/ac/assert.h
libraries/liblber/assert.c

index 6222ef576e335fb2aa7a57fcc5b8426049c7bc20..6849638cfd239761b9667ae7f9df7eb7b7a00707 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 LDAP_F(void) ber_pvt_assert LDAP_P((
-       LDAP_CONST char *file, int line, LDAP_CONST char *test));
+       const char *file, int line, const char *test ));
 
 /* Can't use LDAP_STRING(test), that'd expand to "test" */
 #if defined(__STDC__) || defined(__cplusplus)
index ce8f4b8cc8f80fc70af25024edcc7912108c0ad1..f71df23435e59a860432a61489e0d1bf4e10d309 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 void
-ber_pvt_assert( LDAP_CONST char *file, int line, LDAP_CONST char *test )
+ber_pvt_assert( const char *file, int line, const char *test )
 {
        fprintf(stderr,
                "Assertion failed: %s, file %s, line %d\n",