Changeset 799ce1 in git for Singular/iplib.cc


Ignore:
Timestamp:
May 5, 1998, 3:46:39 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
8d525d24817ecbbf4965a24b18bdb2b1554fef76
Parents:
95ba43dd6254b9f183dccb7cc9ca1463c7f1f302
Message:
Modified Files:
	iplib.cc libparse.l mod2.h.in libparse.cc
Changed output of 'loading libraries'
enabled option(debugLib)


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r95ba43 r799ce1  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.22 1998-05-05 13:20:46 obachman Exp $ */
     4/* $Id: iplib.cc,v 1.23 1998-05-05 13:46:37 krueger Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    507507#  endif
    508508//  if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loading %s...", libnamebuf);
     509  extern int lpverbose;
     510  if (BVERBOSE(V_DEBUG_LIB)) lpverbose=1; else lpverbose=0;
    509511  yylplex(newlib, libnamebuf, &lib_style);
    510512  if(yylp_errno) {
     
    518520    return TRUE;
    519521  }
    520   if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loaded %s", libnamebuf);
     522  if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loaded %s %s", libnamebuf,
     523                                   text_buffer);
    521524  if( (lib_style == OLD_LIBSTYLE) && (BVERBOSE(V_LOAD_LIB)))
    522525    Warn( "library %s has an old format. Please fix it for the next time",
Note: See TracChangeset for help on using the changeset viewer.