1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-25 11:44:49 +00:00

Remove file/popen - address #974

This commit is contained in:
Calvin Rose
2022-05-05 18:32:25 -05:00
parent b3aed13567
commit fe7d35171f
3 changed files with 7 additions and 66 deletions

View File

@@ -1972,7 +1972,6 @@ extern JANET_API const JanetAbstractType janet_file_type;
#define JANET_FILE_CLOSED 32
#define JANET_FILE_BINARY 64
#define JANET_FILE_SERIALIZABLE 128
#define JANET_FILE_PIPED 256
#define JANET_FILE_NONIL 512
JANET_API Janet janet_makefile(FILE *f, int32_t flags);