Changeset 4a48c4 in git
- Timestamp:
- Aug 10, 2011, 2:49:01 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- cffea8fb2ce6cb469ccc7bfd37d9ad5452f1c67a
- Parents:
- 76944dee29bf9776e0b8e16f59c091380d158186
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-10 14:49:01+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:26+01:00
- Location:
- Singular
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
r76944d r4a48c4 357 357 #include <polys/polys.h> 358 358 #endif 359 #include <Singular/version.h> 359 360 360 361 #include <Singular/static.h> … … 836 837 #endif 837 838 StringAppend("random=%d\n",siRandomStart); 838 //StringAppend("\tCC=%s,\n\tCXX=%s"839 StringAppend("\tCC=%s,\n\tCXX=%s" 839 840 #ifdef __GNUC__ 840 //"(" __VERSION__ ")"841 #endif 842 //"\n",CC,CXX);841 "(" __VERSION__ ")" 842 #endif 843 "\n",CC,CXX); 843 844 feStringAppendResources(0); 844 845 feStringAppendBrowsers(0);
Note: See TracChangeset
for help on using the changeset viewer.