Changeset 1c3523c in git
- Timestamp:
- Jan 28, 2003, 10:10:52 AM (21 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c6d13773a89e347fb0f139eb1f2fb08b4d4e00c4
- Parents:
- cb896112818155ceb679dd25c1900ec0627ef00f
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/feread.cc
rcb8961 r1c3523c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: feread.cc,v 1.4 4 2002-02-12 12:31:39 SingularExp $ */4 /* $Id: feread.cc,v 1.45 2003-01-28 09:10:52 pohl Exp $ */ 5 5 /* 6 6 * ABSTRACT: input from ttys, simulating fgets … … 16 16 #define OM_NO_MALLOC_MACROS 17 17 #endif 18 #ifdef PowerMacintosh_darwin18 #ifdef ppcMac_darwin 19 19 #define OM_NO_MALLOC_MACROS 20 20 #endif -
Singular/mmstd.c
rcb8961 r1c3523c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mmstd.c,v 1. 5 2002-02-12 12:31:39 SingularExp $ */4 /* $Id: mmstd.c,v 1.6 2003-01-28 09:10:51 pohl Exp $ */ 5 5 /* 6 6 * ABSTRACT: standard version of C-memory management alloc func … … 14 14 #define OMALLOC_USES_MALLOC 15 15 #endif 16 #ifdef PowerMacintosh_darwin16 #ifdef ppcMac_darwin 17 17 #define OMALLOC_USES_MALLOC 18 18 #endif
Note: See TracChangeset
for help on using the changeset viewer.