mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
Fix some problems introduced by automated identifier cleanup script
This commit is contained in:
parent
bcefd24694
commit
c9635349ec
@ -601,6 +601,13 @@ void event_base_free(struct event_base *);
|
|||||||
#define EVENT_LOG_ERR 3
|
#define EVENT_LOG_ERR 3
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
|
/* Obsolete names: these are deprecated, but older programs might use them.
|
||||||
|
* They violate the reserved-identifier namespace. */
|
||||||
|
#define _EVENT_LOG_DEBUG EVENT_LOG_DEBUG
|
||||||
|
#define _EVENT_LOG_MSG EVENT_LOG_MSG
|
||||||
|
#define _EVENT_LOG_WARN EVENT_LOG_WARN
|
||||||
|
#define _EVENT_LOG_ERR EVENT_LOG_ERR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
A callback function used to intercept Libevent's log messages.
|
A callback function used to intercept Libevent's log messages.
|
||||||
|
|
||||||
|
@ -224,7 +224,7 @@ extern "C" {
|
|||||||
@name Limits for integer types
|
@name Limits for integer types
|
||||||
|
|
||||||
These macros hold the largest or smallest values possible for the
|
These macros hold the largest or smallest values possible for the
|
||||||
ev_[u]int*t_ types.
|
ev_[u]int*_t types.
|
||||||
|
|
||||||
@{
|
@{
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user