_ar_scripts_with_tilde
authorMatthias Klose <doko@debian.org>
Sun, 8 Apr 2018 20:55:34 +0000 (21:55 +0100)
committerMatthias Klose <doko@debian.org>
Sun, 8 Apr 2018 20:55:34 +0000 (21:55 +0100)
===================================================================

Gbp-Pq: Name 157_ar_scripts_with_tilde.patch

binutils/arlex.l

index f778f63cc9b5b8377e2d4870ac76525d05c49536..0197e832e4f9974809f66a18fee9c5c3630d1b10 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;
                }