aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-21 00:32:02 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-21 00:32:02 +0000
commit5f3a652a16fdc896a8273268d598227d1bf6a2b1 (patch)
treebe3dafc0797bf5afad813047766d5d3657bac3a3 /rcfile_y.y
parentfcc273c88b671d25e59383453e3fb199ae3d81ee (diff)
downloadfetchmail-5f3a652a16fdc896a8273268d598227d1bf6a2b1.tar.gz
fetchmail-5f3a652a16fdc896a8273268d598227d1bf6a2b1.tar.bz2
fetchmail-5f3a652a16fdc896a8273268d598227d1bf6a2b1.zip
Add our own yywrap.
svn path=/trunk/; revision=356
Diffstat (limited to 'rcfile_y.y')
-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 */