]> git.sur5r.net Git - openldap/commitdiff
Silence a warning
authorKurt Zeilenga <kurt@openldap.org>
Sat, 23 Feb 2002 23:26:48 +0000 (23:26 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 23 Feb 2002 23:26:48 +0000 (23:26 +0000)
libraries/liblunicode/ucstr.c

index 395bd6b9505ac165cfb7fd7da18df9613fdf9dad..31110542d14f3149ebf769215c9923a692252f65 100644 (file)
 
 #include <lber.h>
 
-#define        malloc(x)       ber_memalloc(x)
-#define        realloc(x,y)    ber_memrealloc(x,y)
-#define        free(x)         ber_memfree(x)
-
 #include <ldap_utf8.h>
 #include <ldap_pvt_uc.h>
 
+#define        malloc(x)       ber_memalloc(x)
+#define        realloc(x,y)    ber_memrealloc(x,y)
+#define        free(x)         ber_memfree(x)
 
 int ucstrncmp(
        const ldap_unicode_t *u1,