1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

doc: Mention a known-good Flex version number.

Suggested by Jamil Egdemir <unclejamil@gmail.com>.

* HACKING: Mention a Flex version number.
This commit is contained in:
Ludovic Courtès 2015-10-30 17:15:24 +01:00 committed by Andy Wingo
parent 34428bc5df
commit a88f94ff5e

View file

@ -1,6 +1,7 @@
-*-text-*- -*-text-*-
Guile Hacking Guide Guile Hacking Guide
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2008, 2012 Free software Foundation, Inc. Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2008, 2012,
2015 Free software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the of this document as received, in any medium, provided that the
@ -69,7 +70,7 @@ gettext --- a system for rigging a program so that it can output its
itself. itself.
flex --- a scanner generator. It's probably not essential to have the flex --- a scanner generator. It's probably not essential to have the
latest version. latest version; Flex 2.5.37 is known to work.
One false move and you will be lost in a little maze of automatically One false move and you will be lost in a little maze of automatically
generated files, all different. generated files, all different.