From 5eccc06938e1d18fed7827242e6dbbe78b52b211 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Mon, 22 Jul 2024 06:58:53 +0200 Subject: [PATCH] _ar_scripts_with_tilde Gbp-Pq: Name 157_ar_scripts_with_tilde.patch --- binutils/arlex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/arlex.l b/binutils/arlex.l index 067513d95..1c4453abf 100644 --- 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; } -- 2.30.2