Changeset 9e2789 in git for MP


Ignore:
Timestamp:
Nov 10, 1998, 9:22:12 AM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
3e35a13599b62cb4895e0a76d1a8dc69295e459d
Parents:
07cbfebfb60d3280006873dd51fb3b27f7155ede
Message:
* as we go along


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

Legend:

Unmodified
Added
Removed
  • MP/MP/MP_Error.c

    r07cbfe r9e2789  
    4747
    4848#ifndef lint
    49 static char vcid[] = "@(#) $Id: MP_Error.c,v 1.2 1998-10-14 16:44:38 obachman Exp $";
     49static char vcid[] = "@(#) $Id: MP_Error.c,v 1.3 1998-11-10 08:22:10 obachman Exp $";
    5050#endif /* lint */
    5151
     
    8383        "MP: Can't put/get dummy bignum",
    8484        "MP: Can't skip message (end of stream)",
    85         "MP: Can't init message (end of stream)"
     85        "MP: Can't init message (end of stream)",
     86        "MP: Error of external application",
    8687        };
    8788
  • MP/MP/h/MP_Error.h

    r07cbfe r9e2789  
    5353                 MP_CantReadLink,
    5454                 MP_NotCommonIdentifier,
    55                  MP_WrongBasicVectorType,
     55                         MP_WrongBasicVectorType,
    5656                 MP_DummyBigNum,
    5757                 MP_CantSkipMsg,
    5858                 MP_CantInitMsg,
     59                 MP_ExternalError,
    5960                 MP_MaxError };
    6061
  • MP/MPT/MPT_ApNumber.cc

    r07cbfe r9e2789  
    5959void (*MPT_InitCopyApInt)(MPT_Arg_t *dest, MPT_Arg_t src)
    6060  =  MPT_InitCopyPariApInt;
    61 void (*MPT_DeleteApInt)(MPT_Arg_t *apint)
     61void (*MPT_DeleteApInt)(MPT_Arg_t apint)
    6262  = MPT_DeletePariApInt;
    6363static int MPT_ApIntFormat = MP_PARI;
Note: See TracChangeset for help on using the changeset viewer.