mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +01:00
Increase BC_LINE_LENGTH in bc language
This commit is contained in:
parent
c4659cd4cb
commit
0d69796e6f
@ -12,7 +12,7 @@ sub initialize {
|
||||
$self->{sourcefile} = 'prog.bc';
|
||||
$self->{execfile} = 'prog.bc';
|
||||
$self->{default_options} = '-l';
|
||||
$self->{cmdline} = 'BC_LINE_LENGTH=9999 bc -q $options $sourcefile';
|
||||
$self->{cmdline} = 'BC_LINE_LENGTH=2000000000 bc -q $options $sourcefile';
|
||||
}
|
||||
|
||||
sub preprocess_code {
|
||||
|
Loading…
Reference in New Issue
Block a user