diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 02:46:42 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 02:46:42 -0500 |
| commit | 41d28764eebd53bec1edd2fdc3f0f004dd3e3824 (patch) | |
| tree | 69b5331b7cbcd5fd5f72dee85f206060715c788c | |
| parent | 13c9fda39f509b606aa9c9f0819cdbc58ee7b5d9 (diff) | |
Print source code
| -rw-r--r-- | builtins/functions.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/builtins/functions.c b/builtins/functions.c index 21f02052..9cf05fe0 100644 --- a/builtins/functions.c +++ b/builtins/functions.c @@ -44,16 +44,11 @@ public void fail_source(const char *filename, int64_t start, int64_t end, CORD f CORD_vfprintf(stderr, fmt, args); va_end(args); - (void)filename; - (void)start; - (void)end; - /* file_t *file = filename ? load_file(filename) : NULL; if (filename && file) { fputs("\n", stderr); fprint_span(stderr, file, file->text+start, file->text+end, "\x1b[31;1m", 2, USE_COLOR); } - */ raise(SIGABRT); } |
