Changeset 76944d in git for Singular/misc_ip.cc


Ignore:
Timestamp:
Aug 10, 2011, 2:45:36 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
4a48c47615e94a3c63018715abea80de7e53d76a
Parents:
9b01b109e08780f8e6f510609056f70e9557663e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-10 14:45:36+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:26+01:00
Message:
fixed dependencies of feOpt.inc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r9b01b1 r76944d  
    357357#include <polys/polys.h>
    358358#endif
    359 #include <Singular/version.h>
    360359
    361360#include <Singular/static.h>
     
    837836#endif
    838837              StringAppend("random=%d\n",siRandomStart);
    839               StringAppend("\tCC=%s,\n\tCXX=%s"
     838//              StringAppend("\tCC=%s,\n\tCXX=%s"
    840839#ifdef __GNUC__
    841               "(" __VERSION__ ")"
    842 #endif
    843               "\n",CC,CXX);
     840//              "(" __VERSION__ ")"
     841#endif
     842//              "\n",CC,CXX);
    844843              feStringAppendResources(0);
    845844              feStringAppendBrowsers(0);
Note: See TracChangeset for help on using the changeset viewer.