Skip to content

Commit d382ab2

Browse files
committed
FIX: it was not possible to use construction syntax in the Rebol's own boot code
1 parent ad77d7c commit d382ab2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/l-scan.c

-3
Original file line numberDiff line numberDiff line change
@@ -1691,9 +1691,6 @@ extern REBSER *Scan_Full_Block(SCAN_STATE *scan_state, REBYTE mode_char);
16911691
block = Scan_Full_Block(scan_state, ']');
16921692
value = BLK_TAIL(emitbuf);
16931693
emitbuf->tail++; // Protect the block from GC
1694-
// if (!Construct_Simple(value, block)) {
1695-
Bind_Block(Lib_Context, BLK_HEAD(block), BIND_ALL|BIND_DEEP);
1696-
//Bind_Global_Block(BLK_HEAD(block));
16971694
if (!Construct_Value(value, block)) {
16981695
if (IS_END(value)) Set_Block(value, block);
16991696
Trap1(RE_MALCONSTRUCT, value);

0 commit comments

Comments
 (0)