disable some code that'll eventually go away

This commit is contained in:
Brian 2007-01-11 11:21:38 -07:00
parent 749ed66549
commit 063f3f7fc4

View file

@ -1329,8 +1329,10 @@ _slang_assemble_operation(slang_assemble_ctx * A, slang_operation * op,
A->ref = slang_ref_forbid;
break;
case slang_oper_literal_float:
#if 0
if (ref == slang_ref_force)
RETURN_NIL();
#endif
if (!PLIT(A->file, slang_asm_float_push, op->literal[0]))
RETURN_OUT_OF_MEMORY();
A->ref = slang_ref_forbid;