This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tiny patch for setup.exe


On Sat, May 26, 2001 at 06:20:27PM +0900, Yukihiko Sohda wrote:
>Hi,
>
>Current setup.exe can't parse `+' character in setup.ini.

Applied, thanks.

cgf

># for gtk+ ?
>
>--- inilex.l.orig       Sat May 26 18:08:33 2001
>+++ inilex.l    Fri May 25 02:09:44 2001
>@@ -36,7 +36,7 @@ static void ignore_line ();
> %option yylineno
> %option never-interactive
>
>-STR    [a-zA-Z0-9_./-]+
>+STR    [a-zA-Z0-9_./+-]+
>
> %%
>
>----
>Yukihiko Sohda <sohda@is.titech.ac.jp>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]