Tcl Source Code

View Ticket
Login
Ticket UUID: 465833
Title: CONST pollution from Tcl_DString
Type: Bug Version: obsolete: 8.4a4
Submitter: kennykb Created on: 2001-09-27 22:30:05
Subsystem: 40. Dynamic Loading Assigned To: kennykb
Priority: 7 High Severity:
Status: Closed Last Modified: 2001-09-28 08:23:18
Resolution: Fixed Closed By: dgp
    Closed on: 2001-09-28 01:23:18
Description:
tclWinLoad.c and tclWinFCmd.c both have CONST problems with the new type signatures to 
Tcl_DStringAppend and Tcl_DStringAppendElement.  A few more CONSTs appear to be necessary 
-- particularly in the type signature for the Tcl_FSLoadFile in the VFS interfaces.

Patch attached.  Patch has been tested only on Windows.
User Comments: dgp added on 2001-09-28 08:23:18:
Logged In: YES 
user_id=80530

looks good.  committing.

kennykb added on 2001-09-28 05:30:09:

File Added - 11297: dlconst.patch

Attachments: