Changeset c8c436 in git


Ignore:
Timestamp:
Jun 22, 2011, 3:22:15 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fcf7587e9d782e98bec5f1ff1852bb6a0d383f83
Parents:
ab547e286b71f529fff550088d47439800913bf4
Message:
mmInit for libsingular

git-svn-id: file:///usr/local/Singular/svn/trunk@14301 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    rab547e2 rc8c436  
    11481148}
    11491149
     1150#ifdef LIBSINGULAR
     1151#ifdef HAVE_FACTORY
     1152// the init routines of factory need mmInit
     1153int mmInit( void )
     1154{
     1155  return 1;
     1156}
     1157#endif
     1158#endif
  • Singular/tesths.cc

    rab547e2 rc8c436  
    6060}
    6161
    62 
    6362/*0 implementation*/
    6463int main(          /* main entry to Singular */
Note: See TracChangeset for help on using the changeset viewer.