Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 6276
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Tk::HList: enable "FIXME" lines in NewElement function
Can the #if 0'd bit in the NewElement function in tixHList.c be enabled? The solution there does not "feel" quite right, but I cannot think of a situation where this would not work. Regards, Slaven
[SREZIC - Mon May 10 11:36:18 2004]: Show quoted text
> Can the #if 0'd bit in the NewElement function in tixHList.c be enabled? > The solution there does not "feel" quite right, but I cannot think of a > situation where this would not work.
Any situation at all ;-) objv that is passed in is Tcl_Obj * const *objv; So gcc will not let you assign to objv[n]. So you need this patch. Show quoted text
> > Regards, > Slaven
Download patch
application/octet-stream 3.3k

Message body not shown because it is not plain text.