Changeset c8c436 in git for Singular/misc_ip.cc


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
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.