Tcl Source Code

View Ticket
Login
Ticket UUID: 510966
Title: enable -DUSE_NON_CONST
Type: Patch Version: CONSTify
Submitter: dgp Created on: 2002-01-30 23:24:51
Subsystem: None Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-02-08 16:06:06
Resolution: Accepted Closed By: dkf
    Closed on: 2002-02-08 09:06:06
Description:
Here's a patch that adds a -DUSE_NON_CONST 
option for avoiding the TIP 27 CONST changes
that are source incompatible: those that
changes from (char **) to (CONST char **)
and those appearing in procedure typedefs.

An extension could be compiled with this
option enable to avoid the source
compatibility problems.
User Comments: dgp added on 2002-01-31 11:42:58:
Logged In: YES 
user_id=80530

committed to HEAD (8.4a4)

dgp added on 2002-01-31 11:11:17:

File Deleted - 17024: 



File Added - 17040: nonconst.patch

Logged In: YES 
user_id=80530

updated patch to include Tcl_ResolveCmdProc

dgp added on 2002-01-31 06:24:52:

File Added - 17024: nonconst.patch

Attachments: