Changeset 847cad in git for Singular/iplib.cc


Ignore:
Timestamp:
Jul 21, 1999, 9:58:40 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e6d2f458c77034dc44fdb8457dc9bc992030cd89
Parents:
65a2bd9f87363fac232bdb2f6e2bcc91faad71fe
Message:
*chksum stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r65a2bd r847cad  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.56 1999-05-03 12:26:58 Singular Exp $ */
     4/* $Id: iplib.cc,v 1.57 1999-07-21 19:58:40 obachman Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    902902  pi->data.s.example_lineno = 0;
    903903  pi->data.s.body = NULL;
     904  pi->data.s.help_chksum = 0;
    904905  return(pi);
    905906}
Note: See TracChangeset for help on using the changeset viewer.