diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-21 00:32:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-21 00:32:02 +0000 |
commit | 5f3a652a16fdc896a8273268d598227d1bf6a2b1 (patch) | |
tree | be3dafc0797bf5afad813047766d5d3657bac3a3 /rcfile_y.y | |
parent | fcc273c88b671d25e59383453e3fb199ae3d81ee (diff) | |
download | fetchmail-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.y | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |