projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ead59d
)
_ar_scripts_with_tilde
author
Matthias Klose
<doko@debian.org>
Fri, 24 Jul 2020 10:52:26 +0000
(11:52 +0100)
committer
Matthias Klose
<doko@debian.org>
Fri, 24 Jul 2020 10:52:26 +0000
(11:52 +0100)
===================================================================
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 8ee5ce0d397e66a98f25b96f41b226bb5e49b863..4d337cc86619a5df463f72fde2df6afa23c61468 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;
}