projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0148d75
)
_ar_scripts_with_tilde
author
Matthias Klose
<doko@debian.org>
Thu, 6 Feb 2020 17:10:11 +0000
(17:10 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 6 Feb 2020 17:10:11 +0000
(17:10 +0000)
===================================================================
Gbp-Pq: Name 157_ar_scripts_with_tilde.patch
binutils/arlex.l
patch
|
blob
|
history
diff --git
a/binutils/arlex.l
b/binutils/arlex.l
index f778f63cc9b5b8377e2d4870ac76525d05c49536..0197e832e4f9974809f66a18fee9c5c3630d1b10 100644
(file)
--- a/
binutils/arlex.l
+++ b/
binutils/arlex.l
@@
-78,7
+78,7
@@
int linenumber;
"(" { return '('; }
")" { return ')'; }
"," { return ','; }
-[A-Za-z0-9/\\$:.\-\_
]+ {
+[A-Za-z0-9/\\$:.\-\_
~]+ {
yylval.name = xstrdup (yytext);
return FILENAME;
}