Changeset 35c264 in git for Singular/newstruct.cc


Ignore:
Timestamp:
Nov 8, 2013, 10:29:06 AM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
1101a8c509d91a9d258834579976809a01834fd21b67251e4a873733c02ccc815041eedc24741797
Parents:
bebd13f12467d52870735cd4cfae940241fef019
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-08 10:29:06+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-08 10:30:19+01:00
Message:
fix: error check for system("install"..)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/newstruct.cc

    rbebd13f r35c264  
    767767  int id=0;
    768768  blackboxIsCmd(bbname,id);
     769  if (id<MAX_TOK)
     770  {
     771    Werror(">>%s<< is not a newstruct type",bbname);
     772    return TRUE;
     773  }
    769774  blackbox *bb=getBlackboxStuff(id);
    770775  newstruct_desc desc=(newstruct_desc)bb->data;
Note: See TracChangeset for help on using the changeset viewer.