Changeset bd5917 in git
- Timestamp:
- Feb 12, 2002, 1:31:39 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 9526639bcd59e73fd677af580c18d1d6025c9c4a
- Parents:
- db85597031b8ebc06a40e304c7fc95ffaf51cdb0
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/feread.cc
rdb8559 rbd5917 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: feread.cc,v 1.4 3 2001-08-27 14:46:59 Singular Exp $ */4 /* $Id: feread.cc,v 1.44 2002-02-12 12:31:39 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: input from ttys, simulating fgets … … 14 14 #include "febase.h" 15 15 #ifdef ix86_Win 16 #define OM_NO_MALLOC_MACROS 17 #endif 18 #ifdef PowerMacintosh_darwin 16 19 #define OM_NO_MALLOC_MACROS 17 20 #endif -
Singular/mmstd.c
rdb8559 rbd5917 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mmstd.c,v 1. 4 2001-02-15 12:58:17 levandovExp $ */4 /* $Id: mmstd.c,v 1.5 2002-02-12 12:31:39 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: standard version of C-memory management alloc func … … 12 12 #define OM_NO_MALLOC_MACROS 13 13 #ifdef ix86_Win 14 #define OMALLOC_USES_MALLOC 15 #endif 16 #ifdef PowerMacintosh_darwin 14 17 #define OMALLOC_USES_MALLOC 15 18 #endif
Note: See TracChangeset
for help on using the changeset viewer.