Expect

View Ticket
Login

View Ticket

Ticket Hash: 1bf384f30929a010ac2d366101e4713418eaebe9
Title: CONST84 macro in tcl is deprecated.
Status: Open Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution:
Last Modified: 2019-07-12 15:48:24
Version Found In: 5.45.4
User Comments:
anonymous added on 2019-07-12 15:48:24:
exp_command.c contains one instance of CONST84. This is deprecated and should be replaced by const.

Build error:

exp_command.c: In function ‘Exp_ConfigureObjCmd’:
exp_command.c:2538:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’
     static CONST84 char* options [] = {
                    ^~~~