Changeset 194ca37 in git


Ignore:
Timestamp:
Oct 14, 1998, 6:46:11 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
17802ff73728d98f781855d9ecf15acd282636dd
Parents:
602bd4b224b4e3e802c7c02967fddc48c41b0f61
Message:
1998-10-14  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	    * MPT_Error.c: added MPT prefix to error strings, added
	    MPT_LinkErrorStr


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

Legend:

Unmodified
Added
Removed
  • MP/MPT/ChangeLog

    r602bd4b r194ca37  
    111998-10-14  Olaf Bachmann  <obachman@mathematik.uni-kl.de>
     2
     3        * MPT_Error.c: added MPT prefix to error strings, added
     4        MPT_LinkErrorStr
    25
    36        * MPT_ApNumber.c: MPT_DeleteApInt, MPT_InitCpyApInt is determined
  • MP/MPT/MPT.h

    r602bd4b r194ca37  
    196196extern MPT_Status_t MPT_CheckStatus();
    197197extern char* MPT_ErrorStr(MPT_Status_t error);
     198extern char* MPT_LinkErrorStr(MP_Link_pt link, MPT_Status_t error);
    198199
    199200/* #define MPT_DEBUG 1 */
Note: See TracChangeset for help on using the changeset viewer.