Changeset bd5917 in git


Ignore:
Timestamp:
Feb 12, 2002, 1:31:39 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
9526639bcd59e73fd677af580c18d1d6025c9c4a
Parents:
db85597031b8ebc06a40e304c7fc95ffaf51cdb0
Message:
*hannes: MAC-Port


git-svn-id: file:///usr/local/Singular/svn/trunk@5857 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/feread.cc

    rdb8559 rbd5917  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feread.cc,v 1.43 2001-08-27 14:46:59 Singular Exp $ */
     4/* $Id: feread.cc,v 1.44 2002-02-12 12:31:39 Singular Exp $ */
    55/*
    66* ABSTRACT: input from ttys, simulating fgets
     
    1414#include "febase.h"
    1515#ifdef ix86_Win
     16#define OM_NO_MALLOC_MACROS
     17#endif
     18#ifdef PowerMacintosh_darwin
    1619#define OM_NO_MALLOC_MACROS
    1720#endif
  • Singular/mmstd.c

    rdb8559 rbd5917  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mmstd.c,v 1.4 2001-02-15 12:58:17 levandov Exp $ */
     4/* $Id: mmstd.c,v 1.5 2002-02-12 12:31:39 Singular Exp $ */
    55/*
    66* ABSTRACT: standard version of C-memory management alloc func
     
    1212#define OM_NO_MALLOC_MACROS
    1313#ifdef ix86_Win
     14#define OMALLOC_USES_MALLOC
     15#endif
     16#ifdef PowerMacintosh_darwin
    1417#define OMALLOC_USES_MALLOC
    1518#endif
Note: See TracChangeset for help on using the changeset viewer.