Changeset eb0708 in git for kernel/test.cc


Ignore:
Timestamp:
Nov 19, 2011, 2:47:32 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
80c102e75622524947cd27fb319c231bc62c9233
Parents:
615ca847eb54f53d0896364932b51cc9074dffda
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 02:47:32+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:47+01:00
Message:
FIX: preparing dynamic linking:
*    Singular/utils.cc needs 'category_out' from Singular/libparse.cc
*    kernel/semic.cc appeared twice in SOURCE in Makefile.am :(
*    kernel/kutil.cc needed showOption...
CHG: kernel/semic.{h,cc} have got a minor cleanup
FIX: standalone.test/test.cc now respects factory reqs.
CHG: kernel/test.cc needed iiArithCmdOpt from Singular/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test.cc

    r615ca8 reb0708  
    5555int mmInit(void) {return 1; }
    5656#endif
     57
     58// // TODO: DUE to the use of HALT in npolygon.cc :(((
     59extern "C" {void m2_end(int i){exit(i);}}
     60
     61// // TODO: DUE to its use in kutil.cc :(((
     62char * showOption(){return NULL;}
     63
     64// // TODO: DUE to its use in feread.cc :(((
     65char *iiArithGetCmd(int nPos){return NULL; }
    5766
    5867
Note: See TracChangeset for help on using the changeset viewer.