_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Thu, 18 Nov 2021 08:10:54 +0000 (08:10 +0000)
committerMatthias Klose <doko@debian.org>
Thu, 18 Nov 2021 08:10:54 +0000 (08:10 +0000)
Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index 08c23072af14d32793d6efc716a977f41f373b84..4ccb998752b722ca5490b44fdfc744a76cbaeac0 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;
                }