Changeset 1c3523c in git


Ignore:
Timestamp:
Jan 28, 2003, 10:10:52 AM (21 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
c6d13773a89e347fb0f139eb1f2fb08b4d4e00c4
Parents:
cb896112818155ceb679dd25c1900ec0627ef00f
Message:
macro ppcMac_darwin


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

Legend:

Unmodified
Added
Removed
  • Singular/feread.cc

    rcb8961 r1c3523c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feread.cc,v 1.44 2002-02-12 12:31:39 Singular Exp $ */
     4/* $Id: feread.cc,v 1.45 2003-01-28 09:10:52 pohl Exp $ */
    55/*
    66* ABSTRACT: input from ttys, simulating fgets
     
    1616#define OM_NO_MALLOC_MACROS
    1717#endif
    18 #ifdef PowerMacintosh_darwin
     18#ifdef ppcMac_darwin
    1919#define OM_NO_MALLOC_MACROS
    2020#endif
  • Singular/mmstd.c

    rcb8961 r1c3523c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mmstd.c,v 1.5 2002-02-12 12:31:39 Singular Exp $ */
     4/* $Id: mmstd.c,v 1.6 2003-01-28 09:10:51 pohl Exp $ */
    55/*
    66* ABSTRACT: standard version of C-memory management alloc func
     
    1414#define OMALLOC_USES_MALLOC
    1515#endif
    16 #ifdef PowerMacintosh_darwin
     16#ifdef ppcMac_darwin
    1717#define OMALLOC_USES_MALLOC
    1818#endif
Note: See TracChangeset for help on using the changeset viewer.