1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 07:33:01 +00:00

Remove AT id use name as tag

This commit is contained in:
J.-F. Cap
2019-02-24 02:51:34 +01:00
parent af48912f11
commit 9c1c7fb384
7 changed files with 24 additions and 51 deletions

View File

@@ -53,7 +53,6 @@ static Janet io_file_get(void *p, Janet);
JanetAbstractType cfun_io_filetype = {
"core/file",
0,
cfun_io_gc,
NULL,
io_file_get,