Commit Graph

3 Commits

Author SHA1 Message Date
Augie Fackler
714a44cc5e bitmanipulation: reformat with clang-format
Mostly un-wrapping over-wrapped definitions.

Differential Revision: https://phab.mercurial-scm.org/D1069
2017-10-04 10:52:50 -04:00
Martin von Zweigbergk
4d9ae1bf1a bitmanipulation: add missing include of string.h
That's where memcpy() is declared.
2017-06-02 10:32:39 -07:00
Maciej Fijalkowski
8e7a874bdf internals: move the bitmanipulation routines into its own file
This is to allow more flexibility with the C sources -- now the
bitmanipulation routines can be safely imported without importing Python.h
2016-06-06 13:08:13 +02:00