Changeset 534bf9 in git


Ignore:
Timestamp:
Sep 11, 2013, 5:05:07 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
7627f67da8dc2c135f659c4e3f2ef25e3de4f00e
Parents:
9c97cd41e0a3c8021069785444e662f3071a2498
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-09-11 17:05:07+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-09-12 16:22:34+02:00
Message:
chg: removed 'extern "C"' around declaration of feOptHelp and feGetOptValue

proposed fix from Hans
declaring functions as C functions caused some problems during the compilation
on cygwin systems because certain object files expected them to be c++ functions
unsure why they were declared as C functions to begin with
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/feOpt.h

    r9c97cd4 r534bf9  
    3333
    3434
    35 #ifdef __cplusplus
    36 extern "C" {
    37 #endif
    38 
    3935void feOptHelp(const char* name);
    4036
     
    4339
    4440#ifdef __cplusplus
    45 }
    4641
    4742inline void* feOptValue(feOptIndex opt)
Note: See TracChangeset for help on using the changeset viewer.