_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Tue, 25 Jan 2022 15:57:38 +0000 (15:57 +0000)
committerMatthias Klose <doko@debian.org>
Tue, 25 Jan 2022 15:57:38 +0000 (15:57 +0000)
Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index a43a6214b3dd67b927c8c888007af90a28600c94..c6c5032512617fadb381a8f144eabce9a3d1b671 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;
                }