--- include/Attic/lber_types.nt 1999/11/25 16:10:52 1.6 +++ include/Attic/lber_types.nt 1999/11/26 22:32:20 1.7 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/include/lber_types.nt,v 1.5 1999/11/23 22:07:00 kdz Exp $ */ +/* $OpenLDAP: pkg/ldap/include/lber_types.nt,v 1.6 1999/11/25 16:10:52 kdz Exp $ */ /* * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. @@ -26,7 +26,7 @@ LDAP_BEGIN_DECL * * bitsof(short) == 2 * bitsof(int) == 4 - * bitsof(long) == 4 + * bitsof(long) == 4 /* or larger */ * * typedef unsigned int size_t; * typedef unsigned int SOCKET; @@ -35,7 +35,7 @@ LDAP_BEGIN_DECL */ /* LBER boolean, enum, integers - 32 bits or larger*/ -#define LBER_INT_T long +#define LBER_INT_T int /* LBER tags - 32 bits or larger */ #define LBER_TAG_T long