Author: leo
Date: Mon Oct 17 06:49:14 2005
New Revision: 9498
Modified:
trunk/classes/complex.pmc
Log:
oops changed complex.c fixing .pmc is better
Modified: trunk/classes/complex.pmc
==============================================================================
--- trunk/classes/complex.pmc (original)
+++ trunk/classes/complex.pmc Mon Oct 17 06:49:14 2005
@@ -85,6 +85,7 @@ complex_parse_string(Interp* interpreter
first_num_length = 0;
second_num_offset = first_num_offset;
second_num_minus = first_num_minus;
+ first_num_minus = 0;
/* this is useful if there is no number for
the imaginary part, like in "-i" */
i = 1;