Changeset 534bf9 in git


Ignore:
Timestamp:
Sep 11, 2013, 5:05:07 PM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
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.