_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Wed, 8 Jan 2025 23:34:21 +0000 (00:34 +0100)
committerMatthias Klose <doko@debian.org>
Wed, 8 Jan 2025 23:34:21 +0000 (00:34 +0100)
Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index d6508c4f120bbf0656c7ecf486571e21f253dd14..9dd96e980200d1f58ae4d848743d07adab37e8c4 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;
                }