_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Fri, 30 Sep 2022 11:34:10 +0000 (12:34 +0100)
committerMatthias Klose <doko@debian.org>
Fri, 30 Sep 2022 11:34:10 +0000 (12:34 +0100)
Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index 145b9e16773ee0d3370a278684834faeae726d50..c236b942454f4e098b69d98efb382cfe83bfd060 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;
                }