Tcl Source Code

View Ticket
Login
Ticket UUID: 721582
Title: double TclFSNormalizeAbsolutePath definition
Type: Bug Version: obsolete: 8.5a0
Submitter: dgp Created on: 2003-04-15 04:06:34
Subsystem: 37. File System Assigned To: vincentdarley
Priority: 8 Severity:
Status: Closed Last Modified: 2003-04-17 00:54:46
Resolution: Fixed Closed By: vincentdarley
    Closed on: 2003-04-16 17:54:46
Description:
There are C procedures named
TclFSNormalizeAbsolutePath in
both generic/tclPathObj.c and
generic/tclIOUtil.c.  There should
be at most one.
User Comments: kennykb added on 2003-04-16 00:09:15:

File Added - 47847: 721582.patch

Logged In: YES 
user_id=99768

The latest round of fixes for this bug have broken the build entirely.
They make TclFSNormalizeAbsolutePath 'static' in tclPathObj.c but
'extern' in tclIOUtil.c.

I'm attaching a patch that makes it build, but I'm not sure it's what you
intended.

Attachments: