initial import from Debian
version: 2.45-4 (UNRELEASED) commit: bf4f75f17a4f370adc9bf9feca09710ce76ecc63
This commit is contained in:
11
debian/patches/157_ar_scripts_with_tilde.patch
vendored
Normal file
11
debian/patches/157_ar_scripts_with_tilde.patch
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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;
|
||||
}
|
Reference in New Issue
Block a user