Changeset 29467f in git
- Timestamp:
- Jul 5, 1999, 3:52:06 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 3551b68be48d70b29f4192882b1c1070a8a68c97
- Parents:
- 347cc4a89a0993c5c099335b71dd3a757e7d7805
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r347cc4a r29467f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.4 2 1999-06-25 13:12:49 SingularExp $ */4 /* $Id: ipshell.cc,v 1.43 1999-07-05 13:52:06 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 417 417 if (Sy_bit(ii) & kOptions) 418 418 { 419 Warn(" use the option command");419 Warn("Gerhard, use the option command"); 420 420 test &= ~Sy_bit(ii); 421 421 } … … 427 427 if (Sy_bit(ii) & kOptions) 428 428 { 429 Warn(" use the option command");429 Warn("Gerhard, use the option command"); 430 430 test |= Sy_bit(ii); 431 431 }
Note: See TracChangeset
for help on using the changeset viewer.