summaryrefslogtreecommitdiff
path: root/libyywrap.c
diff options
context:
space:
mode:
authorvern <vern>1993-10-02 15:23:09 +0000
committervern <vern>1993-10-02 15:23:09 +0000
commitf06c37c057514e5555714ec46dd829120bc972db (patch)
tree25dfc67448dfc22de4e0087bbf894abc25b24a26 /libyywrap.c
parente3a55f09499891a2822c947270f2979eb801dd81 (diff)
downloadflex-f06c37c057514e5555714ec46dd829120bc972db.tar.gz
Initial revision
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..6df77df
--- /dev/null
+++ b/libyywrap.c
@@ -0,0 +1,8 @@
+/* libyywrap - flex run-time support library "yywrap" function */
+
+/* $Header: /cvsroot/flex/flex/libyywrap.c,v 1.1 1993/10/02 15:23:09 vern Exp $ */
+
+int yywrap()
+ {
+ return 1;
+ }