diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-09-01 17:54:33 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-09-01 17:54:33 -0400 |
commit | ca34590d9968d36feb1061b9e275d0f85f09863a (patch) | |
tree | 3c74ad17a4b9bea54a3b29000f40cffd705fc1bf /util | |
parent | cc7d494226f41d76208bd2a0613a26435247cc87 (diff) |
trying to get unicode idents to work
Diffstat (limited to 'util')
-rw-r--r-- | util/err.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ static void warn_print_header_(LineNo line) { } static void err_print_footer_(const char *context) { - err_fprint("\n\there --> "); const char *end = strchr(context, '\n'); int has_newline = end != NULL; if (!has_newline) |