Changeset a71eab in git


Ignore:
Timestamp:
Aug 16, 2020, 10:40:47 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3d56a756d62a0ea4ee1f27e24ad9768a6657d730
Parents:
346d9e5200c2bb38f613664bffb59c1ae581adbc
Message:
ifix: do not call abort for factoryError within Singular
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r346d9e5 ra71eab  
    13521352* initialize components of Singular
    13531353*/
     1354static void callWerrorS(const char *s) { WerrorS(s); }
    13541355void siInit(char *name)
    13551356{
     
    14731474    SI_RESTORE_OPT(save1,save2);
    14741475  }
     1476  // interpreter error handling
     1477  factoryError=callWerrorS; // to honour later changes of variable WerrorS
    14751478  errorreported = 0;
    14761479}
Note: See TracChangeset for help on using the changeset viewer.