[libntl] 02/03: a callback for sage

Julien Puydt julien.puydt at laposte.net
Tue May 31 18:25:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch patched
in repository libntl.

commit 4928a3fe2bde9046d9e9a327200a08c5a345002b
Author: Felix Salfelder <salfelder at em.cs.uni-frankfurt.de>
Date:   Thu Jan 26 21:34:21 2012 +0100

    a callback for sage
    
    (from sage-4.7.tar/spkg/ntl/dist/debian)
    
     We add a SetErrorCallbackFunction(). This sets a global callback function _function_,
     which gets called with parameter _context_ and an error message string whenever Error()
     gets called.
    
     Note that if the custom error handler *returns*, then NTL will dump the error message
     back to stderr and abort() as it habitually does.
    
     -- David Harvey (2008-04-12)
---
 include/NTL/tools.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/NTL/tools.h b/include/NTL/tools.h
index a9dc6cf..425229d 100644
--- a/include/NTL/tools.h
+++ b/include/NTL/tools.h
@@ -367,6 +367,12 @@ long CharToIntVal(long c);
 char IntValToChar(long a);
 
 
+/*
+  This function is not present in vanilla NTL 5.4.2.
+  See tools.c for documentation.
+ */
+void SetErrorCallbackFunction(void (*func)(const char *s, void *context), void *context);
+
 
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libntl.git



More information about the debian-science-commits mailing list