diff options
| author | Mistivia <i@mistivia.com> | 2025-06-23 00:09:54 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-23 00:12:58 +0800 |
| commit | 957175b7f1bff57477ccd000c956bcbe06d159cf (patch) | |
| tree | 73d5a368eda556dd56af0d89a40c97befd8084ff /src/builtins.h | |
| parent | 89f144d3ab27e54f7ad8cbf393418a3baa169f0f (diff) | |
test with intensive gc
Diffstat (limited to 'src/builtins.h')
| -rw-r--r-- | src/builtins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/builtins.h b/src/builtins.h index 5b6b763..eb95f2d 100644 --- a/src/builtins.h +++ b/src/builtins.h @@ -53,5 +53,6 @@ SExpRef builtin_ge(Interp *interp, SExpRef args); SExpRef builtin_le(Interp *interp, SExpRef args); SExpRef builtin_princ(Interp *interp, SExpRef args); SExpRef builtin_gcstat(Interp *interp, SExpRef args); +SExpRef builtin_alwaysgc(Interp *interp, SExpRef args); #endif |
