projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1951b4d
)
_ar_scripts_with_tilde
author
Matthias Klose
<doko@debian.org>
Wed, 1 Sep 2021 12:43:37 +0000
(13:43 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Wed, 1 Sep 2021 12:43:37 +0000
(13:43 +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 08c23072af14d32793d6efc716a977f41f373b84..4ccb998752b722ca5490b44fdfc744a76cbaeac0 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;
}