diff --git a/AppleWin/source/Debugger_Types.h b/AppleWin/source/Debugger_Types.h index 328ab95f..e7f68b21 100644 --- a/AppleWin/source/Debugger_Types.h +++ b/AppleWin/source/Debugger_Types.h @@ -1462,7 +1462,8 @@ enum { - MAX_SYMBOLS_LEN = 13 + // raised from 13 to 31 for Contiki + MAX_SYMBOLS_LEN = 31 }; // ****************************************