]> git.cameronkatri.com Git - mandoc.git/commit
Because mandoc_aux.h and mandoc.h use __attribute__, all files that
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 22 Jun 2020 19:20:40 +0000 (19:20 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 22 Jun 2020 19:20:40 +0000 (19:20 +0000)
commite6e331420a7d737bb26d35ecef4180cc569577a4
tree93cb811ac3811e3be0ad161100b63034204f416d
parent5d8b8229b2d8a64077ef83efbe26644564aa435f
Because mandoc_aux.h and mandoc.h use __attribute__, all files that
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>.
Makefile.depend
dba_array.c
dba_read.c
mandoc_ohash.c
mandoc_xr.c
mdoc_markdown.c
mdoc_state.c
roff_html.c
roff_term.c
roff_validate.c
term_tab.c