_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Sun, 22 Oct 2017 20:41:34 +0000 (21:41 +0100)
committerMatthias Klose <doko@debian.org>
Sun, 22 Oct 2017 20:41:34 +0000 (21:41 +0100)
===================================================================

Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index 43350df292d1729b01bd10f23374acdf4bef7781..6a1be08329e968f6d08e6168c459a53a8c99e180 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;
                }