Ticket #90 (new cleanup)

Opened 6 months ago

Argument fixups are done in two different ways

Reported by: jmaessen Assigned to: jmaessen
Priority: minor Milestone:
Component: interpreter Version:
Keywords: Cc:

Description

We solve two related problems---passing of a single void versus 0 arguments and passing a single tuple versus many arguments---in two different places in the call chain. Ugh. This should be fixed and cleaned up.