Changeset 40706c in git for Singular/iplib.cc


Ignore:
Timestamp:
May 21, 1998, 10:56:33 AM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
Children:
b04df230230ac0395cc1fa0c7538248c73bed5ee
Parents:
c052d0e90b6b3a3f99f5c70b1e90b6d8f020865e
Message:
changed warning of lib-old format


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    rc052d0 r40706c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.26 1998-05-18 09:32:07 krueger Exp $ */
     4/* $Id: iplib.cc,v 1.27 1998-05-21 08:56:33 krueger Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    535535    return TRUE;
    536536  }
    537   if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loaded %s %s", libnamebuf,
     537  if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loaded %s %s\n", libnamebuf,
    538538                                   text_buffer);
    539   if( (lib_style == OLD_LIBSTYLE) && (BVERBOSE(V_LOAD_LIB)))
    540     Warn( "library %s has an old format. Please fix it for the next time",
    541           newlib);
    542   else {
    543     if (BVERBOSE(V_LOAD_LIB)) Print("\n");
    544   }
     539  if( (lib_style == OLD_LIBSTYLE) && (BVERBOSE(V_LOAD_LIB))) {
     540    Warn( "library %s has old format. This format is still accepted,", newlib);
     541    Warn( "but for functionality you may wish to change to the new");
     542    Warn( "format. Please refer to the manual for further information.");
     543  } // else {
     544//     if (BVERBOSE(V_LOAD_LIB)) Print("\n");
     545//   }
    545546  reinit_yylp();
    546547  fclose( yylpin );
Note: See TracChangeset for help on using the changeset viewer.