mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
Remove vscode subdirectory.
This commit is contained in:
parent
f066047112
commit
c422132208
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,3 +0,0 @@
|
|||||||
// Place your settings in this file to overwrite default and user settings.
|
|
||||||
{
|
|
||||||
}
|
|
@ -412,10 +412,7 @@ static const char *gst_deserialize_impl(
|
|||||||
|
|
||||||
case 216: /* C function */
|
case 216: /* C function */
|
||||||
/* TODO - add registry for c functions */
|
/* TODO - add registry for c functions */
|
||||||
/* For now just add 64 bit integer */
|
|
||||||
{
|
{
|
||||||
int64_t rawp;
|
|
||||||
read_i64(rawp);
|
|
||||||
ret.type = GST_NIL;
|
ret.type = GST_NIL;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user