aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rcfile_y.y4
1 files changed, 4 insertions, 0 deletions
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 */