Changeset 92e539 in git for Singular/mpsr.h


Ignore:
Timestamp:
Aug 8, 1997, 2:59:30 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
55ef0ba5df13c3b0a08097f49a2c51fee40b2d2d
Parents:
c56606b5463dc5f7952f108b3b9454daea2f3793
Message:
Fri Aug  8 14:54:28 1997  Olaf Bachmann
<obachman@mathematik.uni-kl.de>

	* Makefile.in ndbm.[cc,h]: Together with krueger: Added files
	  ndbm.[cc,h]; no longer linking with libdbm, instead,
	  user supplied files; added dbm_test; small changes to sing_dbm.cc

Thu Aug  7 14:51:59 1997  Olaf Bachmann
<obachman@mathematik.uni-kl.de>

	* mpsr_Get.cc (GetCopCommandLeftv): made +/* to binary ops

	* longrat.[h,cc]: added number   nlInit(number i) to initialize a
	  number, i.e. get it into the right Singular state


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

Legend:

Unmodified
Added
Removed
  • Singular/mpsr.h

    rc56606 r92e539  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpsr.h,v 1.6 1997-07-11 11:10:08 obachman Exp $ */
     4/* $Id: mpsr.h,v 1.7 1997-08-08 12:59:25 obachman Exp $ */
    55/***************************************************************
    66 *
     
    168168  if (x != MPT_Success)                                              \
    169169  {                                                                 \
    170     Werror("mpr_failr violation in %s line %d:",__FILE__, __LINE__); \
     170    Werror("mpt_failr violation in %s line %d:",__FILE__, __LINE__); \
    171171    return mpsr_SetError(mpsr_MPT_Failure);                           \
    172172  }                                                                 \
Note: See TracChangeset for help on using the changeset viewer.