diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-20 10:37:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-20 10:37:15 +0000 |
commit | bd6f66569773d0cec18ee728ff380ff738d81246 (patch) | |
tree | 755349d1e38fe1ff5e5560241ddee1249d859f40 /main.c | |
parent | c52cbdd1ba579d2163f2000582c15c6002df18e9 (diff) | |
download | mandoc-bd6f66569773d0cec18ee728ff380ff738d81246.tar.gz |
Make the code more readable by introducing
symbolic constants for tagging priorities.
This review also made me find a minor bug: do not upgrade
TAG_FALLBACK to TAG_WEAK when there is trailing whitespace.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ #include <errno.h> #include <fcntl.h> #include <glob.h> +#include <limits.h> #if HAVE_SANDBOX_INIT #include <sandbox.h> #endif |