mirror of
https://github.com/uffejakobsen/acme.git
synced 2026-04-20 06:17:24 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user