From: Vern Paxson Date: Sat, 2 Oct 1993 15:23:09 +0000 (+0000) Subject: Initial revision X-Git-Tag: flex-2-5-5b~390 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e41633078a7a9c3a484a0f097fd33b34ea9b02f6;p=flex Initial revision --- diff --git a/libyywrap.c b/libyywrap.c new file mode 100644 index 0000000..aa2cb13 --- /dev/null +++ b/libyywrap.c @@ -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 index 0000000..59a10ca --- /dev/null +++ b/version.h @@ -0,0 +1 @@ +#define FLEX_VERSION "2.4.0 (October, 1993)"