We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3beb7b commit 4742c9eCopy full SHA for 4742c9e
src/main.c
@@ -57,9 +57,7 @@ prk_init_picoruby(void)
57
{
58
mrbc_vm *vm = mrbc_vm_open(NULL);
59
/* CONST */
60
- mrbc_sym sym_id = mrbc_str_to_symid("SIZEOF_POINTER");
61
- mrbc_set_const(sym_id, &mrbc_integer_value(PICORBC_PTR_SIZE));
62
- sym_id = mrbc_str_to_symid("PICORUBY_MSC");
+ mrbc_sym sym_id = mrbc_str_to_symid("PICORUBY_MSC");
63
mrbc_value picoruby_msc = mrbc_string_new_cstr(vm,
64
#if defined(PICORUBY_NO_MSC)
65
"NO_MSC"
0 commit comments