diff options
| author | Arun Isaac | 2026-09-25 03:11:39 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-25 03:11:39 +0100 |
| commit | ce500331047b4f949e50c905c83ed121aa317f72 (patch) | |
| tree | 479e01df64f2db45e90330495cefafe80c768edb | |
| parent | ed28a7d3b4390bd57638baecfb495deb4bbee743 (diff) | |
| download | guile-xapian-ce500331047b4f949e50c905c83ed121aa317f72.tar.gz guile-xapian-ce500331047b4f949e50c905c83ed121aa317f72.tar.lz guile-xapian-ce500331047b4f949e50c905c83ed121aa317f72.zip | |
Use $action instead of $function.
$function has been deprecated in swig.
| -rw-r--r-- | except.i | 4 |
1 files 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 <arunisaac@systemreboot.net> + * Copyright © 2023, 2026 Arun Isaac <arunisaac@systemreboot.net> * * This file is part of guile-xapian. * @@ -43,7 +43,7 @@ void handle_exception() { %exception { try { - $function + $action } catch (...) { handle_exception(); } |
