Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Because mandoc_aux.h and mandoc.h use __attribute__, all files that | Ingo Schwarze | 2020-06-22 | 1 | -1/+3 |
| | | | | | | | | include mandoc_aux.h or mandoc.h need to include config.h, too. It is suspected that for example IRIX needs this, or it is likely to throw errors in these files because the system compiler doesn't understand __attribute__. Issue reported by Kazuo Kuroi <kazuo at irixnet dot org>. | ||||
* | including <ohash.h> requires including <stdint.h> beforehand; | Ingo Schwarze | 2015-10-19 | 1 | -0/+1 |
| | | | | noticed by Svyatoslav Mishyn <juef at openmailbox dot org> | ||||
* | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze | 2015-10-13 | 1 | -0/+62 |
callback functions into one common place, preparing for the use of ohash for some additional purposes. No functional change. |