Changeset 7f21fb in git for Singular/ipshell.cc
- Timestamp:
- Jan 8, 2014, 1:21:49 PM (10 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- fc2f762f90dc115bc70d7fee1ba7ce991e32ff62
- Parents:
- 18c4eb54cb30e33ff6748951479c04b14c359558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r18c4eb r7f21fb 1258 1258 if (IDLEV(h)==0) 1259 1259 { 1260 if ( !BVERBOSE(V_REDEFINE)) Warn("`%s` is already global",IDID(h));1260 if (BVERBOSE(V_REDEFINE)) Warn("`%s` is already global",IDID(h)); 1261 1261 } 1262 1262 else … … 1405 1405 if ((pack==currPack) && (old==(idhdl)v->data)) 1406 1406 { 1407 if ( !BVERBOSE(V_REDEFINE)) Warn("`%s` is already global",IDID(old));1407 if (BVERBOSE(V_REDEFINE)) Warn("`%s` is already global",IDID(old)); 1408 1408 break; 1409 1409 }
Note: See TracChangeset
for help on using the changeset viewer.