Changeset 7f21fb in git for Singular/ipshell.cc


Ignore:
Timestamp:
Jan 8, 2014, 1:21:49 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
fc2f762f90dc115bc70d7fee1ba7ce991e32ff62
Parents:
18c4eb54cb30e33ff6748951479c04b14c359558
Message:
chg: export respects option(noredefine)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r18c4eb r7f21fb  
    12581258  if (IDLEV(h)==0)
    12591259  {
    1260     if (!BVERBOSE(V_REDEFINE)) Warn("`%s` is already global",IDID(h));
     1260    if (BVERBOSE(V_REDEFINE)) Warn("`%s` is already global",IDID(h));
    12611261  }
    12621262  else
     
    14051405        if ((pack==currPack) && (old==(idhdl)v->data))
    14061406        {
    1407           if (!BVERBOSE(V_REDEFINE)) Warn("`%s` is already global",IDID(old));
     1407          if (BVERBOSE(V_REDEFINE)) Warn("`%s` is already global",IDID(old));
    14081408          break;
    14091409        }
Note: See TracChangeset for help on using the changeset viewer.