
24 Mar
2014
24 Mar
'14
6:54 p.m.
On 03/24/14 19:50, Eric Blake wrote:
Emacs gets lost when finding function boundaries when #ifdef sections do not have balanced {}.
* libvirt-override.c (libvirt_PyString_Check): New define. (virPyDictToTypedParams): Avoid unbalanced {} across ifdef.
Signed-off-by: Eric Blake <eblake@redhat.com> ---
v2: Hoisting #ifdefs outside of function bodies makes it nicer
libvirt-override.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
much nicer, ACK. Peter