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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user