mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-26 15:49:18 +00:00
amended last change, now depends on v0.97
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@258 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
parent
aa51fde056
commit
6c869568cd
@ -491,7 +491,7 @@ static void parse_binary_literal(void) // Now GotByte = "%" or "b"
|
|||||||
}
|
}
|
||||||
if (!digits)
|
if (!digits)
|
||||||
Throw_warning("Binary literal without any digits."); // FIXME - make into error!
|
Throw_warning("Binary literal without any digits."); // FIXME - make into error!
|
||||||
if (digits & config.warn_bin_mask)
|
if ((digits & config.warn_bin_mask) && (config.wanted_version >= VER_BACKSLASHESCAPING))
|
||||||
Throw_first_pass_warning("Binary literal with strange number of digits.");
|
Throw_first_pass_warning("Binary literal with strange number of digits.");
|
||||||
// set force bits
|
// set force bits
|
||||||
if (config.honor_leading_zeroes) {
|
if (config.honor_leading_zeroes) {
|
||||||
|
Loading…
Reference in New Issue
Block a user