From 03a7f82cb4e0b273afbd1de04603a26a467e94c9 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 31 Oct 2014 14:20:02 -0400 Subject: NetBSD downstream patches. const fixes. -Wconversion fixes for the skeleton files. param namespace protection (add _ to inline function parameters). unused variable/code removal. rename warn to lwarn to avoid conflict with . ctype.h function argument correction. merged the error functions lerrif and lerrsf -> lerr. --- src/libyywrap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libyywrap.c') diff --git a/src/libyywrap.c b/src/libyywrap.c index 8561a43..b0427c4 100644 --- a/src/libyywrap.c +++ b/src/libyywrap.c @@ -21,6 +21,8 @@ /* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */ /* PURPOSE. */ +int yywrap (void); + int yywrap (void) { return 1; -- cgit v1.2.3