mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
2.9.0.10 Change Warning to Info for symbols that alias
This commit is contained in:
@@ -652,8 +652,8 @@ int ParseSymbolTable( TCHAR *pPathFileName, SymbolTable_Index_e eSymbolTableWrit
|
||||
);
|
||||
}
|
||||
|
||||
ConsolePrintFormat( sText, " %sWarning: %s%-16s %saliases %s$%s%04X %s%-12s%s (%s%s%s)"
|
||||
, CHC_WARNING
|
||||
ConsolePrintFormat( sText, " %sInfo.: %s%-16s %saliases %s$%s%04X %s%-12s%s (%s%s%s)" // MAGIC NUMBER: -MAX_SYMBOLS_LEN
|
||||
, CHC_INFO // 2.9.0.10 was CHC_WARNING, see #479
|
||||
, CHC_SYMBOL
|
||||
, sName
|
||||
, CHC_INFO
|
||||
|
||||
Reference in New Issue
Block a user