Changeset 29467f in git


Ignore:
Timestamp:
Jul 5, 1999, 3:52:06 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '73c62e0961bcfc8f1a00420b41eec2ea3c0ef6e9')
Children:
3551b68be48d70b29f4192882b1c1070a8a68c97
Parents:
347cc4a89a0993c5c099335b71dd3a757e7d7805
Message:
* personal warning to Gerhard


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r347cc4a r29467f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.42 1999-06-25 13:12:49 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.43 1999-07-05 13:52:06 obachman Exp $ */
    55/*
    66* ABSTRACT:
     
    417417      if (Sy_bit(ii) & kOptions)
    418418      {
    419         Warn("use the option command");
     419        Warn("Gerhard, use the option command");
    420420        test &= ~Sy_bit(ii);
    421421      }
     
    427427      if (Sy_bit(ii) & kOptions)
    428428      {
    429         Warn("use the option command");
     429        Warn("Gerhard, use the option command");
    430430        test |= Sy_bit(ii);
    431431      }
Note: See TracChangeset for help on using the changeset viewer.