Changeset 55b5cfd in git for kernel/mmstd.c
- Timestamp:
- Jul 18, 2006, 1:25:05 PM (17 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- f04aafa3db2b15cf551661055b7cfbce72c3d342
- Parents:
- f73e815ad212da76d64c774b626c66cf83f28732
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/mmstd.c
rf73e815 r55b5cfd 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mmstd.c,v 1. 2 2004-07-16 08:43:00 SingularExp $ */4 /* $Id: mmstd.c,v 1.3 2006-07-18 11:25:05 bricken Exp $ */ 5 5 /* 6 6 * ABSTRACT: standard version of C-memory management alloc func … … 15 15 #endif 16 16 #ifdef ppcMac_darwin 17 #define OMALLOC_USES_MALLOC 18 #endif 19 #ifdef ix86Mac_darwin 17 20 #define OMALLOC_USES_MALLOC 18 21 #endif
Note: See TracChangeset
for help on using the changeset viewer.