Changeset 95ba43 in git


Ignore:
Timestamp:
May 5, 1998, 3:20:46 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
799ce11543c064381d54987ef7e025d2669f7648
Parents:
9c869e72c49e4835d2901a9187c1e93f8a328cf8
Message:
some changes with Kai


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r9c869e r95ba43  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.21 1998-04-27 14:58:09 krueger Exp $ */
     4/* $Id: iplib.cc,v 1.22 1998-05-05 13:20:46 obachman Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    506506  print_init();
    507507#  endif
    508   if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loading %s...", libnamebuf);
     508//  if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loading %s...", libnamebuf);
    509509  yylplex(newlib, libnamebuf, &lib_style);
    510   if( (lib_style == OLD_LIBSTYLE) && (BVERBOSE(V_LOAD_LIB)))
    511     Warn( "library %s has an old format. Please fix it for the next time",
    512           newlib);
    513   else {
    514     if (BVERBOSE(V_LOAD_LIB)) Print("done.\n");
    515   }
    516510  if(yylp_errno) {
    517511    Werror("Library %s: ERROR occured: in line %d, %d.", newlib, yylplineno,
     
    523517    FreeL((ADDRESS)newlib);
    524518    return TRUE;
     519  }
     520  if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loaded %s", libnamebuf);
     521  if( (lib_style == OLD_LIBSTYLE) && (BVERBOSE(V_LOAD_LIB)))
     522    Warn( "library %s has an old format. Please fix it for the next time",
     523          newlib);
     524  else {
     525    if (BVERBOSE(V_LOAD_LIB)) Print("\n");
    525526  }
    526527  reinit_yylp();
Note: See TracChangeset for help on using the changeset viewer.