_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Tue, 27 Nov 2018 13:25:35 +0000 (13:25 +0000)
committerMatthias Klose <doko@debian.org>
Tue, 27 Nov 2018 13:25:35 +0000 (13:25 +0000)
===================================================================

Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index f778f63cc9b5b8377e2d4870ac76525d05c49536..0197e832e4f9974809f66a18fee9c5c3630d1b10 100644 (file)
@@ -78,7 +78,7 @@ int linenumber;
 "("             { return '('; }
 ")"             { return ')'; }
 ","             { return ','; }
-[A-Za-z0-9/\\$:.\-\_]+  {
+[A-Za-z0-9/\\$:.\-\_~]+  {     
                yylval.name =  xstrdup (yytext);
                return FILENAME;
                }