]> Shamusworld >> Repos - rmac/blobdiff - expr.c
Small cleanups + version bump for last commit.
[rmac] / expr.c
diff --git a/expr.c b/expr.c
index 20f43cfcb3aace6feb23228e635f8a1cfd5d4dc1..5474af8c36fa9cec7fd7506e5d230641d47f1462 100644 (file)
--- a/expr.c
+++ b/expr.c
@@ -230,6 +230,11 @@ int expr2(void)
        switch (*tok++)
        {
        case CONST:
+               ptk.u32 = tok;
+               *evalTokenBuffer.u32++ = CONST;
+               *evalTokenBuffer.u64++ = *ptk.u64++;
+               tok = ptk.u32;
+               break;
        case FCONST:
                ptk.u32 = tok;
                *evalTokenBuffer.u32++ = CONST;