mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 12:29:27 +01:00
compiler_vm: flagged some debug output
This commit is contained in:
parent
8f4152c918
commit
0c0b2e7836
@ -610,7 +610,7 @@ if($lang eq 'C' or $lang eq 'C99' or $lang eq 'C++') {
|
|||||||
|
|
||||||
# create tmpcode object that starts from extract pos, to skip any quoted code
|
# create tmpcode object that starts from extract pos, to skip any quoted code
|
||||||
my $tmpcode = substr($precode, $extract_pos);
|
my $tmpcode = substr($precode, $extract_pos);
|
||||||
print "tmpcode: [$tmpcode]\n";
|
print "tmpcode: [$tmpcode]\n" if $debug;
|
||||||
|
|
||||||
$precode = substr($precode, 0, $extract_pos);
|
$precode = substr($precode, 0, $extract_pos);
|
||||||
print "precode: [$precode]\n" if $debug;
|
print "precode: [$precode]\n" if $debug;
|
||||||
|
Loading…
Reference in New Issue
Block a user