Changeset 1d6815 in git for factory/initgmp.cc


Ignore:
Timestamp:
Nov 9, 2010, 1:08:01 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
0963a4c01be8f3fb7ca7812ced89456af84730f5
Parents:
3fcc6f74e75547ea1e4e5f7b402159aa86e84590
Message:
factoryError as proc var

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

Legend:

Unmodified
Added
Removed
  • 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.