Changeset e67f59 in git
- Timestamp:
- Feb 7, 2011, 5:32:48 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b8b9d550f371bf36491c0f1ae03f9d48027b7695
- Parents:
- 7a0a4cfc16c4b25e32bf61f2ebdaed57530a7124
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.cc
r7a0a4c re67f59 77 77 } 78 78 } 79 return i; 79 return i; 80 80 } 81 81 … … 191 191 default: 192 192 { 193 194 193 if (t>MAX_TOK) 194 { 195 195 #ifdef BLACKBOX_DEVEL 196 196 Print("bb-type %d\n",t); 197 197 #endif 198 199 200 201 202 203 204 205 198 blackbox *bb=getBlackboxStuff(t); 199 if (bb!=NULL) 200 IDSTRING(h)=(char *)bb->blackbox_Init(bb); 201 } 202 else 203 Werror("unknown type %d",t); 204 break; 205 } 206 206 } 207 207 // additional settings:-------------------------------------- … … 402 402 { 403 403 // any objects defined for this ring ? -> done by rKill 404 405 404 rKill(h); 406 405 } … … 522 521 #ifdef TEST 523 522 else if ((IDTYP(h)!= INT_CMD) 524 &&(IDTYP(h)!=DEF_CMD) 525 &&(IDTYP(h)!=ALIAS_CMD) 523 &&(IDTYP(h)!=DEF_CMD) 524 &&(IDTYP(h)!=ALIAS_CMD) 526 525 &&(IDTYP(h)!=NONE)) 527 526 Warn("unknown type to kill: %s(%d)",Tok2Cmdname(IDTYP(h)),IDTYP(h));
Note: See TracChangeset
for help on using the changeset viewer.