diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:52:37 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 19:52:37 -0500 |
| commit | dd2de3166653c1bf0d33d5872791ae6fbe8e2998 (patch) | |
| tree | e7a8818fa1e7663dd8b921440a32e8ed1e6148df /builtins/functions.h | |
| parent | a09a8339e78923688440e6b303e49eb7c6a02b29 (diff) | |
Fix up USE_COLOR
Diffstat (limited to 'builtins/functions.h')
| -rw-r--r-- | builtins/functions.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builtins/functions.h b/builtins/functions.h index 0f4beacf..133c76fc 100644 --- a/builtins/functions.h +++ b/builtins/functions.h @@ -8,8 +8,7 @@ extern const char *SSS_HASH_VECTOR; -void builtin_say(CORD str, CORD end); -void builtin_fail(CORD fmt, ...); +void fail(CORD fmt, ...); CORD builtin_last_err(); void __doctest(CORD label, void *expr, TypeInfo *type, CORD expected, const char *filename, int start, int end); |
