Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -4/+0 |
| | | | | | | | | | | | | Because these work slightly differently on different systems, they are becoming a maintenance burden in the portable version, so delete them. Besides, one of the chief design goals of the mandoc toolbox is to make sure that nothing related to documentation requires C++. Consequently, linking mandoc against any kind of C++ program would defeat the purpose and is not supported. I don't understand why kristaps@ added them in the first place. | ||||
* | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze | 2015-10-13 | 1 | -0/+27 |
callback functions into one common place, preparing for the use of ohash for some additional purposes. No functional change. |