Changeset af223b0 in git
- Timestamp:
- Aug 3, 2011, 7:30:16 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 2a38d905f7089590329433f35ad43c3aaf5fd122
- Parents:
- 8ea8690323ab1e50011eabaa58e95dc494dc5073
- git-author:
- Burcin Erocal <burcin@erocal.org>2011-08-03 19:30:16+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:20+01:00
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fehelp.cc
r8ea869 raf223b0 24 24 #include <Singular/feOpt.h> 25 25 #include <reporter/reporter.h> 26 27 #include "fehelp.h" 26 28 27 29 /***************************************************************** -
Singular/fehelp.h
r8ea869 raf223b0 2 2 #define FEHELP_H 3 3 4 const char* feHelpBrowser(char* which , int warn);4 const char* feHelpBrowser(char* which=NULL, int warn=-1); 5 5 6 6 #endif /* FEHELP_H */ -
libpolys/misc/auxiliary.h.in
r8ea869 raf223b0 57 57 #endif 58 58 59 /* Singular\'s own uname\ */ 60 #ifndef S_UNAME 61 #undef S_UNAME "" 62 #endif 59 63 // ----------------- end of configure stuff 60 64
Note: See TracChangeset
for help on using the changeset viewer.