mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
test: we stopped futureproofing at some point
This commit is contained in:
parent
9f0a1cc684
commit
69f4d57ccd
@ -21,7 +21,7 @@ _newt_encode(u3_atom mat, c3_w* len_w)
|
||||
*len_w = 5 + met_w;
|
||||
buf_y = c3_malloc(*len_w);
|
||||
|
||||
// write header; c3_d is futureproofing
|
||||
// write header
|
||||
//
|
||||
buf_y[0] = 0x9;
|
||||
buf_y[1] = ( met_w & 0xff);
|
||||
|
Loading…
Reference in New Issue
Block a user