mirror of
https://github.com/janet-lang/janet
synced 2025-11-06 18:43:04 +00:00
Remove vscode subdirectory.
This commit is contained in:
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user