summaryrefslogtreecommitdiff
path: root/libyywrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libyywrap.c')
-rw-r--r--libyywrap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libyywrap.c b/libyywrap.c
new file mode 100644
index 0000000..b18f54e
--- /dev/null
+++ b/libyywrap.c
@@ -0,0 +1,8 @@
+/* libyywrap - flex run-time support library "yywrap" function */
+
+/* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ */
+
+int yywrap()
+ {
+ return 1;
+ }