Fix a declaration of __func__ in rpcgen.

svn:r1535
This commit is contained in:
Nick Mathewson 2009-11-16 22:23:06 +00:00
parent 18a8cfac39
commit f9de8670fd

View File

@ -1566,7 +1566,7 @@ class CCodeGenerator:
'#include <event2/buffer.h>\n'
'#include <event2/tag.h>\n\n'
'#ifdef _EVENT___func__\n'
'#define __func__ _EVENT___FUNC__\n'
'#define __func__ _EVENT___func__\n'
'#endif\n\n'
)