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]

tiny patch for setup.exe


Hi,

Current setup.exe can't parse `+' character in setup.ini.

# 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]