Changeset 1d6815 in git for factory


Ignore:
Timestamp:
Nov 9, 2010, 1:08:01 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
0963a4c01be8f3fb7ca7812ced89456af84730f5
Parents:
3fcc6f74e75547ea1e4e5f7b402159aa86e84590
Message:
factoryError as proc var

git-svn-id: file:///usr/local/Singular/svn/trunk@13620 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_util.cc

    r3fcc6f7 r1d6815  
    5656  abort();
    5757}
    58 void (*factoryError_callback)(const char *s) = factoryError_intern;
     58void (*factoryError)(const char *s) = factoryError_intern;
    5959
    6060
  • factory/initgmp.cc

    r3fcc6f7 r1d6815  
    5050    mp_set_memory_functions( mgAllocBlock, mgReallocBlock, mgFreeBlock );
    5151#else
    52 #ifndef SINGULAR
     52    printf("BAD\n");
    5353    // do not initialize this within Singular:
    5454    mp_set_memory_functions( mmAllocBlock, mmReallocBlock, mmFreeBlock );
    55 #endif
    5655#endif
    5756#endif
Note: See TracChangeset for help on using the changeset viewer.