Simon Cozens sent the following bits through the ether:
> The mops test for C# in the parrot distribution uses long-integers,
> which are 64-bit values, instead of the 32-bit integers used by the
> other tests in the directory.
Cool. How do we fix it? Change long to int?
Leon
--
Leon Brocard..
- Forwarded message from Miguel de Icaza <[EMAIL PROTECTED]> -
From: Miguel de Icaza <[EMAIL PROTECTED]>
Subject: parrot/mops/mops.cs
To: [EMAIL PROTECTED]
Organization:
Hello,
The mops test for C# in the parrot distribution uses long-integers,
which are 64-bit values, instead of th