From 8cf03bc5b6895568eb08be1415985a64793bb81c Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 9 Oct 2013 12:08:51 +0000 Subject: a major redesign in the C runtime. The parser and the linearizer now fully support BIND. The following things are still broken: parseval, word completion, handling 'pre', the robust mode --- src/runtime/c/gu/exn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/gu/exn.h') diff --git a/src/runtime/c/gu/exn.h b/src/runtime/c/gu/exn.h index 9ee70438a..c043c4b8a 100644 --- a/src/runtime/c/gu/exn.h +++ b/src/runtime/c/gu/exn.h @@ -91,7 +91,7 @@ gu_exn_clear(GuExn* err) { GuType* gu_exn_caught(GuExn* err); -inline const void* +static inline const void* gu_exn_caught_data(GuExn* err) { return err->data.data; -- cgit v1.2.3