]> granicus.if.org Git - flex/commitdiff
Initial revision
authorVern Paxson <vern@ee.lbl.gov>
Sat, 2 Oct 1993 15:23:09 +0000 (15:23 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sat, 2 Oct 1993 15:23:09 +0000 (15:23 +0000)
libyywrap.c [new file with mode: 0644]
version.h [new file with mode: 0644]

diff --git a/libyywrap.c b/libyywrap.c
new file mode 100644 (file)
index 0000000..aa2cb13
--- /dev/null
@@ -0,0 +1,8 @@
+/* libyywrap - flex run-time support library "yywrap" function */
+
+/* $Header$ */
+
+int yywrap()
+       {
+       return 1;
+       }
diff --git a/version.h b/version.h
new file mode 100644 (file)
index 0000000..59a10ca
--- /dev/null
+++ b/version.h
@@ -0,0 +1 @@
+#define FLEX_VERSION "2.4.0 (October, 1993)"