Changeset c7f40eb in git
- Timestamp:
- Nov 2, 2016, 11:55:40 AM (7 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 5a529292358847e69c97d25c820283e44f1e5e04
- Parents:
- dd940b2e2517975d643e7aa276460314715f3b75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/blackbox.cc
rdd940b rc7f40eb 94 94 { 95 95 res->rtyp=LIST_CMD; 96 return jjLIST_PL(res,args); 96 BOOLEAN bo=jjLIST_PL(res,args); 97 args->CleanUp(); 98 return bo; 97 99 } 98 100 else if(op==STRING_CMD)
Note: See TracChangeset
for help on using the changeset viewer.