regRecDevDrv.pl: Don't break long symbol names in DBD files
Makes a test symbol name long enough to trigger the problem. Fixes lp: #1995728
This commit is contained in:
@@ -46,6 +46,7 @@ if ($opt_D) { # Output dependencies only
|
||||
}
|
||||
|
||||
$Text::Wrap::columns = 75;
|
||||
$Text::Wrap::huge = 'overflow';
|
||||
|
||||
# Eliminate chars not allowed in C symbol names
|
||||
my $c_bad_ident_chars = '[^0-9A-Za-z_]';
|
||||
|
||||
Reference in New Issue
Block a user