diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 17:53:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 17:53:10 +0000 |
commit | 80647123fe63c15caa93687028a45f9efee5b669 (patch) | |
tree | 6fe6df04e4b2cd506323ad2994b9527dd1ed7193 /troff/libhnj | |
parent | 6db6db4b7f38f7760b90ec861a39b5ccb9df5ba9 (diff) | |
download | src-vendor/heirloom-doctools.tar.gz src-vendor/heirloom-doctools.zip |
Import heirloom doctools 2016-11-06vendor/heirloom-doctools/20161106vendor/heirloom-doctools
Notes
Notes:
svn path=/vendor/heirloom-doctools/dist/; revision=310550
svn path=/vendor/heirloom-doctools/20161106/; revision=310551; tag=vendor/heirloom-doctools/20161106
Diffstat (limited to 'troff/libhnj')
-rw-r--r-- | troff/libhnj/Makefile.mk | 2 | ||||
-rw-r--r-- | troff/libhnj/test.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/troff/libhnj/Makefile.mk b/troff/libhnj/Makefile.mk index 0609fa08b34f..68d0d84abbc3 100644 --- a/troff/libhnj/Makefile.mk +++ b/troff/libhnj/Makefile.mk @@ -1,4 +1,4 @@ -FLAGS = +FLAGS = -I../../include .c.o: $(CC) $(_CFLAGS) $(FLAGS) -c $< diff --git a/troff/libhnj/test.c b/troff/libhnj/test.c index 7b72bdc903af..3e3c8602e5fc 100644 --- a/troff/libhnj/test.c +++ b/troff/libhnj/test.c @@ -1,9 +1,10 @@ #include "hyphen.h" #include <stdio.h> #include <string.h> +#include "global.h" int -main(int argc, char **argv) +main(int argc __unused, char **argv) { HyphenDict *hd; char buf[512], hbuf[512]; |