projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60975ec
)
_ar_scripts_with_tilde
author
Matthias Klose
<doko@debian.org>
Thu, 21 Nov 2019 14:28:14 +0000
(14:28 +0000)
committer
Matthias Klose
<doko@debian.org>
Thu, 21 Nov 2019 14:28:14 +0000
(14:28 +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 f421519c2caf29f37968a9dbb4a6a98c5c249925..88d9e23547b4bdea873118b82e93c8a65d1e9cc4 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;
}