Ticket #1047 (closed cage: fixed)
pf_items assumes sizeof(INTVAL) == sizeof(opcode_t)
Reported by: | doughera | Owned by: | jkeenan |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | configure | Version: | 1.6.0 |
Severity: | medium | Keywords: | |
Cc: | cotto, whiteknight | Language: | |
Patch status: | applied | Platform: |
Description
Parrot's internals assume sizeof(INTVAL) == sizeof(opcode_t) , but Configure.pl allows the user to choose separate sizes for them. Although the two "types" have logically different purposes, and, in principle, need not have the same size, there seems to be no compelling reason to make them different. Thus it probably makes sense to simply require them to be the same at the Configure.pl level.
See Original RT for more details.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.