Changeset dfc6b54 in git for Singular/iplib.cc


Ignore:
Timestamp:
Jul 9, 1997, 5:54:08 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
77168428dc3943ad729d2be2f3c095351c9100f2
Parents:
402a6760232836c6ed13a5b716f5a6e618f0c85b
Message:
Wed Jul  9 17:50:23 MET DST 1997: hannes/siebert
        * added new type (resolution)
        -> extra.cc, ipid.cc, iparith.cc, ipconv.cc, syz.h, syz1.cc, grammar.y
        structs.h, subexpr.cc
hannes: optimization in mmGetBlock: mmblock.c mmprivat.h
        loading of "standard.lib": tesths.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r402a67 rdfc6b54  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.6 1997-05-02 15:10:15 Singular Exp $ */
     4/* $Id: iplib.cc,v 1.7 1997-07-09 15:54:01 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    499499}
    500500
    501 BOOLEAN iiLibCmd( char *newlib )
     501BOOLEAN iiLibCmd( char *newlib, BOOLEAN tellerror )
    502502{
    503503  char buf[256];
    504504  char libnamebuf[128];
    505505  idhdl h,hl;
    506   FILE * fp = feFopen( newlib, "r", libnamebuf, TRUE );
     506  FILE * fp = feFopen( newlib, "r", libnamebuf, tellerror );
    507507  if (fp==NULL)
    508508  {
Note: See TracChangeset for help on using the changeset viewer.