1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-19 09:47:40 +00:00

Remove lots of headers. Add parse c function.

This commit is contained in:
Calvin Rose
2017-06-24 14:27:29 -04:00
parent 70478a410b
commit c3d65cb91d
12 changed files with 304 additions and 679 deletions

View File

@@ -513,9 +513,6 @@ const char *gst_serialize_impl(
write_int(x.data.integer);
}
return NULL;
/*case GST_CFUNCTION:*/
/* TODO */
break;
default:
break;
}