Changeset c5b34f in git


Ignore:
Timestamp:
Mar 13, 2019, 12:10:06 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
5ba77874c537ab1110e7409221cef59c68cf2635
Parents:
967eaadf3ad39904af80e08896e41d7046b09df4
Message:
debug stuff: add lineno to "redefining" messages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    r967eaa rc5b34f  
    295295        {
    296296          if (BVERBOSE(V_REDEFINE))
    297             Warn("redefining %s (%s)",s,my_yylinebuf);
     297            Warn("redefining %s (%s) %s:%d",s,my_yylinebuf,VoiceName(), yylineno);
    298298          if (s==IDID(h)) IDID(h)=NULL;
    299299          killhdl2(h,root,currRing);
     
    314314        {
    315315          if (BVERBOSE(V_REDEFINE))
    316             Warn("redefining %s (%s)",s,my_yylinebuf);
     316            Warn("redefining %s (%s) %s:%d",s,my_yylinebuf,VoiceName(), yylineno);
    317317          if (s==IDID(h)) IDID(h)=NULL;
    318318          killhdl2(h,&currRing->idroot,currRing);
     
    333333        {
    334334          if (BVERBOSE(V_REDEFINE))
    335             Warn("redefining %s (%s)",s,my_yylinebuf);
     335            Warn("redefining %s (%s) %s:%d",s,my_yylinebuf,VoiceName(), yylineno);
    336336          if (s==IDID(h)) IDID(h)=NULL;
    337337          killhdl2(h,&IDROOT,NULL);
Note: See TracChangeset for help on using the changeset viewer.