At 11:56 AM 1/19/2004 -0500, Will Coleda wrote:
Trying to get the tcl interpreter working with all the changes in the past few months:

I used to be able to say:

.pcc_sub _dumper prototyped
  .param PMC original

... but now PMC isn't a valid type anymore. Is there another way to get an IMC

To clarify the answers the others sent.


PMC never was valid, but imcc just assumed if the
variable type was not one of int|float|num|string|pmc
or a valid PMC classname, then it must be a pmc.

I sent out a notification that I was adding a stricter
type check and so variations such as PMC, var, etc.
would no longer work.

Sorry for the inconvenience.

-Melvin





Reply via email to