Changeset a436457 in git
- Timestamp:
- Feb 5, 2002, 5:53:45 PM (22 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- d9f865c67d80f81b513fdd27c20a4ebdd4cf37d7
- Parents:
- 816fb200cf9ea3e46a9fe17b49e7a95c7189a48f
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
r816fb2 ra436457 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iplib.cc,v 1.9 5 2002-01-07 17:22:10Singular Exp $ */4 /* $Id: iplib.cc,v 1.96 2002-02-05 16:53:44 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: interpreter: LIB and help … … 976 976 if(IDTYP(pl)!=PACKAGE_CMD) 977 977 { 978 Warn ("not of typ package.");978 WarnS("not of typ package."); 979 979 fclose(fp); 980 980 return TRUE; -
Singular/ipshell.cc
r816fb2 ra436457 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.7 3 2002-01-19 17:20:59 obachmanExp $ */4 /* $Id: ipshell.cc,v 1.74 2002-02-05 16:53:45 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 456 456 { 457 457 Print("list_cmd:package or pointer\n"); 458 all=TRUE;typ=PROC_CMD;fullname=TRUE;really_all=TRUE; 458 459 h=IDPACKAGE(h)->idroot; 459 460 }
Note: See TracChangeset
for help on using the changeset viewer.