Changeset 40706c in git for Singular/iplib.cc
- Timestamp:
- May 21, 1998, 10:56:33 AM (25 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- b04df230230ac0395cc1fa0c7538248c73bed5ee
- Parents:
- c052d0e90b6b3a3f99f5c70b1e90b6d8f020865e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
rc052d0 r40706c 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iplib.cc,v 1.2 6 1998-05-18 09:32:07krueger Exp $ */4 /* $Id: iplib.cc,v 1.27 1998-05-21 08:56:33 krueger Exp $ */ 5 5 /* 6 6 * ABSTRACT: interpreter: LIB and help … … 535 535 return TRUE; 536 536 } 537 if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loaded %s %s ", libnamebuf,537 if (BVERBOSE(V_LOAD_LIB)) Print( "// ** loaded %s %s\n", libnamebuf, 538 538 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 // } 545 546 reinit_yylp(); 546 547 fclose( yylpin );
Note: See TracChangeset
for help on using the changeset viewer.