Changeset 4488e3 in git


Ignore:
Timestamp:
Oct 11, 2013, 11:18:27 AM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
f29e226d38b79f8a047c6d968c419de9ce584fb7
Parents:
5724c7df9b1289bb056104f9253716519d370d8f
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-11 11:18:27+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-11 11:19:17+02:00
Message:
add: nameof for blackbox types
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/blackbox.cc

    r5724c7 r4488e3  
    8383  {
    8484    l->data=omStrDup(getBlackboxName(r->Typ()));
     85    l->rtyp=STRING_CMD;
     86    return FALSE;
     87  }
     88  else if (op==NAMEOF_CMD)
     89  {
     90    if (r->name==NULL) l->data=omStrDup("");
     91    else               l->data=omStrDup(r->name);
    8592    l->rtyp=STRING_CMD;
    8693    return FALSE;
Note: See TracChangeset for help on using the changeset viewer.