Expect

Ticket Change Details
Login

Ticket Change Details

Overview

Artifact ID: 78a3b2d1fa13a4299abe55cbe6efa507961ad8ff
Ticket: 1bf384f30929a010ac2d366101e4713418eaebe9
CONST84 macro in tcl is deprecated.
User & Date: anonymous 2019-07-12 15:48:24
Changes

  1. foundin changed to: "5.45.4"
  2. icomment:
    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 [] = {
                        ^~~~
    
  3. login: "anonymous"
  4. mimetype: "text/plain"
  5. private_contact changed to: "5a82a009d637a4accf9639361b771982503e09a8"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "CONST84 macro in tcl is deprecated."
  9. type changed to: "Code_Defect"