_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Sat, 14 Jan 2023 17:24:22 +0000 (17:24 +0000)
committerMatthias Klose <doko@debian.org>
Sat, 14 Jan 2023 17:24:22 +0000 (17:24 +0000)
Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index df68ddd315efd904e237a9f8905a6b5c1af86cfa..3f1916956e4a6c8abaed50afd83b8c842b0af9f2 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;
                }