Changeset 26e030 in git for ntl/src/tools.c


Ignore:
Timestamp:
Jul 6, 2009, 4:52:01 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cf5d3081011bf7a0104bade9c3eaf9da21c588d7
Parents:
e6d2f67d59d8d9127eab2943d2bf0c78e249d180
Message:
*hannes: update to 5.5.1


git-svn-id: file:///usr/local/Singular/svn/trunk@11949 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ntl/src/tools.c

    re6d2f67 r26e030  
    88#include <NTL/new.h>
    99
     10void _ntl_abort_cxx_callback(void)
     11{
     12   if (NTL_NNS ErrorCallback) (*NTL_NNS ErrorCallback)();
     13}
     14
    1015NTL_START_IMPL
    1116
     17void (*ErrorCallback)() = 0;
    1218
    1319void Error(const char *s)
    1420{
    1521   printf("%s\n", s );
    16    abort();
     22   _ntl_abort();
    1723}
    1824
Note: See TracChangeset for help on using the changeset viewer.