diff options
| author | 2026-01-22 20:08:29 -0600 | |
|---|---|---|
| committer | 2026-01-22 20:13:49 -0600 | |
| commit | 6111291edeaf259a06ad39441ae25fe38db16c5a (patch) | |
| tree | 303d0a3074c3580a94a36beb345e4b587d165718 /src/include | |
| parent | Disable persistent REPL history without JANET_HISTFILE. (diff) | |
Revert a number of minor, unneeded changes for persistent REPL history.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/janet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/janet.h b/src/include/janet.h index d6d7fe1f..248998d9 100644 --- a/src/include/janet.h +++ b/src/include/janet.h @@ -2052,7 +2052,6 @@ JANET_NO_RETURN JANET_API void janet_panicv(Janet message); JANET_NO_RETURN JANET_API void janet_panic(const char *message); JANET_NO_RETURN JANET_API void janet_panics(JanetString message); JANET_NO_RETURN JANET_API void janet_panicf(const char *format, ...); -JANET_API void janet_xprintf(FILE *file, const char *format, ...); JANET_API void janet_dynprintf(const char *name, FILE *dflt_file, const char *format, ...); #define janet_printf(...) janet_dynprintf("out", stdout, __VA_ARGS__) #define janet_eprintf(...) janet_dynprintf("err", stderr, __VA_ARGS__) |
