Changeset 79fa83 in git


Ignore:
Timestamp:
Mar 16, 2011, 6:53:23 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
19764c6e9edaa5c5f13750f3abdc9ea294b6c291
Parents:
4a7fc0e7f633e5d5da168f796f1ce6d072f95936
Message:
ADD: to system("with"): 'om_ndebug' and 'ndebug'

From: Oleksandr Motsak <motsak@mathematik.uni-kl.de>

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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r4a7fc0 r79fa83  
    374374            TEST_FOR("gms");
    375375          #endif
     376          #ifdef OM_NDEBUG
     377            TEST_FOR("om_ndebug");
     378          #endif
     379          #ifdef NDEBUG
     380            TEST_FOR("ndebug");
     381          #endif           
    376382            ;
    377383          return FALSE;
Note: See TracChangeset for help on using the changeset viewer.