From ce500331047b4f949e50c905c83ed121aa317f72 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 25 Sep 2026 03:11:39 +0100 Subject: Use $action instead of $function. $function has been deprecated in swig. --- except.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/except.i b/except.i index fce1471..a2486b8 100644 --- a/except.i +++ b/except.i @@ -1,5 +1,5 @@ /* guile-xapian --- Guile bindings for Xapian - * Copyright © 2023 Arun Isaac + * Copyright © 2023, 2026 Arun Isaac * * This file is part of guile-xapian. * @@ -43,7 +43,7 @@ void handle_exception() { %exception { try { - $function + $action } catch (...) { handle_exception(); } -- cgit 1.4.1