diff options
-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 */ |