From 1940ef130528e58cdfe0dd1589091947f6d8b8c7 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 20 Jun 2023 03:48:50 -0400 Subject: rewrite compiler again, bringing more in line with standard, and add readme --- tabulator-mpi/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tabulator-mpi') diff --git a/tabulator-mpi/main.cpp b/tabulator-mpi/main.cpp index cb60ecb..e6e1a27 100644 --- a/tabulator-mpi/main.cpp +++ b/tabulator-mpi/main.cpp @@ -21,7 +21,7 @@ const lib94::warrior *load_warrior(const char *file) { } catch (const lib94::compiler_exception &ex) { - fprintf(stderr, "error in %s on line %u: %s\n", file, ex.line_number, ex.message.c_str()); + fprintf(stderr, "error in %s on line %u: %s\n", file, ex.source_line_number, ex.message.c_str()); exit(1); } } -- cgit v1.2.3