mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -04:00
Fix a declaration of __func__ in rpcgen.
svn:r1535
This commit is contained in:
parent
18a8cfac39
commit
f9de8670fd
@ -1566,7 +1566,7 @@ class CCodeGenerator:
|
|||||||
'#include <event2/buffer.h>\n'
|
'#include <event2/buffer.h>\n'
|
||||||
'#include <event2/tag.h>\n\n'
|
'#include <event2/tag.h>\n\n'
|
||||||
'#ifdef _EVENT___func__\n'
|
'#ifdef _EVENT___func__\n'
|
||||||
'#define __func__ _EVENT___FUNC__\n'
|
'#define __func__ _EVENT___func__\n'
|
||||||
'#endif\n\n'
|
'#endif\n\n'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user