Skip to content
Snippets Groups Projects
Commit c06c585f166b authored by Matt Harbison's avatar Matt Harbison
Browse files

cext: stop preprocessing a partial function call

MSVC++ 14 yelled:

    mercurial/cext/revlog.c(1913): fatal error C1057: unexpected end of file in
                                   macro expansion

At this point, the C extensions build (with warnings), and it dies in win32.py
because the `_fields_` strings in the ctypes classes are being converted to
bytes by the source translator.
parent ec68135a8935
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment