Changeset 111cfe in git for Singular/iparith.cc


Ignore:
Timestamp:
Jul 26, 2005, 7:06:59 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5c32833552c1f18e3ee320d4cc4d3c0176d81734
Parents:
aaa49cc6aa7665f191223675066ceaf1f337254e
Message:
*hannes: removed MWERKS


git-svn-id: file:///usr/local/Singular/svn/trunk@8454 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    raaa49c r111cfe  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.370 2005-07-25 13:01:28 bricken Exp $ */
     4/* $Id: iparith.cc,v 1.371 2005-07-26 17:06:56 Singular Exp $ */
    55
    66/*
     
    60336033}
    60346034
    6035 #ifndef __MWERKS__
    60366035#if defined(__alpha) && !defined(linux)
    60376036extern "C"
     
    60726071  return FALSE;
    60736072}
    6074 #endif
    60756073static BOOLEAN jjSUBST_M(leftv res, leftv u)
    60766074{
     
    61466144,{jjCALL2ARG,  STATUS_CMD,      STRING_CMD,          2       ALLOW_PLURAL}
    61476145,{jjCALL3ARG,  STATUS_CMD,      INT_CMD,             3       ALLOW_PLURAL}
    6148 #ifndef __MWERKS__
    61496146,{jjSTATUS_M,  STATUS_CMD,      INT_CMD,             4       ALLOW_PLURAL}
    6150 #endif
    61516147,{loSimplex,   SIMPLEX_CMD,     LIST_CMD,            6       NO_PLURAL}
    61526148,{nuUResSolve, URSOLVE_CMD,     LIST_CMD,            4       NO_PLURAL}
Note: See TracChangeset for help on using the changeset viewer.