_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Tue, 25 Jun 2024 12:12:07 +0000 (14:12 +0200)
committerMatthias Klose <doko@debian.org>
Tue, 25 Jun 2024 12:12:07 +0000 (14:12 +0200)
Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index 067513d953ec1ac8941712f0ae776ed3fe39bcac..1c4453abfc26ff5ec3f90f82526cf6a21f414b52 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;
                }