From 5f3a652a16fdc896a8273268d598227d1bf6a2b1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 21 Oct 1996 00:32:02 +0000 Subject: Add our own yywrap. svn path=/trunk/; revision=356 --- rcfile_y.y | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 03ffa598..5f9be831 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -306,3 +306,7 @@ struct hostrec *h2; #undef FLAG_MERGE } +/* easier to do this than cope with variations in where the library lives */ +int yywrap() {return 1;} + +/* rcfile_y.y ends here */ -- cgit v1.2.3