projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59e4e4
)
_ar_scripts_with_tilde
author
Matthias Klose
<doko@debian.org>
Mon, 22 Jul 2024 04:58:53 +0000
(06:58 +0200)
committer
Matthias Klose
<doko@debian.org>
Mon, 22 Jul 2024 04:58:53 +0000
(06:58 +0200)
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 067513d953ec1ac8941712f0ae776ed3fe39bcac..1c4453abfc26ff5ec3f90f82526cf6a21f414b52 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;
}