fixed: the parser didn't use characters for changing the base (# and &)

those characters were skipped
       (this bug was introduced in 0.9.0)



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@255 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-12-02 11:38:17 +00:00
parent 125c051ea1
commit 321953e833
3 changed files with 8 additions and 3 deletions

View File

@@ -1746,7 +1746,7 @@ const char * new_stack_pointer;
bool value_read;
Conv conv;
conv.base = base;
conv.base = reading_base;
conv.comma = comma;
conv.comma2 = comma2;
conv.group = group;

View File

@@ -64,8 +64,8 @@
*/
#define TTMATH_MAJOR_VER 0
#define TTMATH_MINOR_VER 9
#define TTMATH_REVISION_VER 0
#define TTMATH_PRERELEASE_VER 0
#define TTMATH_REVISION_VER 1
#define TTMATH_PRERELEASE_VER 1
/*!