summaryrefslogtreecommitdiff
path: root/libyywrap.c
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2003-12-03 10:38:02 +0000
committerManoj Srivastava <srivasta@debian.org>2003-12-03 10:38:02 +0000
commitedc848712307fe5c881364e12e520e9fe58d9969 (patch)
tree1c055587d094d006b61c425136149350f326f106 /libyywrap.c
Initial import of the 2.5.4a branch
git-archimport-id: srivasta@debian.org--2003-primary/flex--upstream--2.5--base-0
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;
+ }