diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-19 16:52:32 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-19 16:52:32 +0000 |
commit | 255440e006df46680a8a1d6d9477320941812ff2 (patch) | |
tree | 09c6dc96844120c8b12bcc42271ebea8e25b529e | |
parent | a76386cba793369342a8bb5bb809d74d6158d938 (diff) | |
download | mandoc-255440e006df46680a8a1d6d9477320941812ff2.tar.gz |
libroff depends on libmandoc and so libmandoc should be included first;
merge from OpenBSD, patch by daniel@
-rw-r--r-- | roff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,8 +27,8 @@ #include "mandoc.h" #include "mandoc_aux.h" -#include "libroff.h" #include "libmandoc.h" +#include "libroff.h" /* Maximum number of nested if-else conditionals. */ #define RSTACK_MAX 128 |