mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-16 00:49:35 +01:00
c2english/CGrammar: fix translation of [static n]
in array parameters
This commit is contained in:
parent
0786ee03a3
commit
784c2508e5
@ -1424,7 +1424,7 @@ array_declarator:
|
|||||||
} else {
|
} else {
|
||||||
$return = "an array ";
|
$return = "an array ";
|
||||||
}
|
}
|
||||||
$return .= "with optimization hint to provide access to the first element of $size of";
|
$return .= "with at least $size of";
|
||||||
} else {
|
} else {
|
||||||
$return = "an $qualifiers array of $size of";
|
$return = "an $qualifiers array of $size of";
|
||||||
}
|
}
|
||||||
|
@ -25,8 +25,8 @@ use PBot::Imports;
|
|||||||
# These are set by the /misc/update_version script
|
# These are set by the /misc/update_version script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 4760,
|
BUILD_REVISION => 4761,
|
||||||
BUILD_DATE => "2024-06-08",
|
BUILD_DATE => "2024-06-12",
|
||||||
};
|
};
|
||||||
|
|
||||||
sub initialize {}
|
sub initialize {}
|
||||||
|
Loading…
Reference in New Issue
Block a user