mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Add readability to comments
This commit is contained in:
parent
db5ad318a5
commit
7a2044dbda
1 changed files with 3 additions and 3 deletions
|
|
@ -16,16 +16,16 @@
|
|||
#ifndef _LBER_TYPES_H
|
||||
#define _LBER_TYPES_H
|
||||
|
||||
/* LBER boolean, enum, integers - 32 bits or larger*/
|
||||
/* LBER boolean, enum, integers (32 bits or larger) */
|
||||
#undef LBER_INT_T
|
||||
|
||||
/* LBER tags - 32 bits or larger */
|
||||
/* LBER tags (32 bits or larger) */
|
||||
#undef LBER_TAG_T
|
||||
|
||||
/* LBER socket descriptor */
|
||||
#undef LBER_SOCKET_T
|
||||
|
||||
/* LBER lengths - 32 bits or larger*/
|
||||
/* LBER lengths (32 bits or larger) */
|
||||
#undef LBER_LEN_T
|
||||
|
||||
#endif /* _LBER_TYPES_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue