Changeset af223b0 in git


Ignore:
Timestamp:
Aug 3, 2011, 7:30:16 PM (13 years ago)
Author:
Burcin Erocal <burcin@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
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
Message:
Fix Singular/fehelp.cc.
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/fehelp.cc

    r8ea869 raf223b0  
    2424#include <Singular/feOpt.h>
    2525#include <reporter/reporter.h>
     26
     27#include "fehelp.h"
    2628
    2729/*****************************************************************
  • Singular/fehelp.h

    r8ea869 raf223b0  
    22#define FEHELP_H
    33
    4 const char* feHelpBrowser(char* which, int warn);
     4const char* feHelpBrowser(char* which=NULL, int warn=-1);
    55
    66#endif /*  FEHELP_H */
  • libpolys/misc/auxiliary.h.in

    r8ea869 raf223b0  
    5757#endif
    5858
     59/* Singular\'s own uname\ */
     60#ifndef S_UNAME
     61#undef S_UNAME ""
     62#endif
    5963// ----------------- end of configure stuff
    6064
Note: See TracChangeset for help on using the changeset viewer.