added "--dialect" CLI switch to set which older version to mimic

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@207 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye
2020-05-31 20:55:38 +00:00
parent 8e4857de4c
commit 8a3bdb265f
4 changed files with 75 additions and 29 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ static enum eos po_to(void)
if (Input_accept_comma() == FALSE) {
if (outputfile_prefer_cbm_format()) {
// output deprecation warning (unless user requests really old behaviour)
if (config.wanted_version > VER_DEPRECATE_REALPC)
if (config.wanted_version >= VER_DEPRECATE_REALPC)
Throw_warning("Used \"!to\" without file format indicator. Defaulting to \"cbm\".");
}
return ENSURE_EOS;