Changeset 2666 in Sophya for trunk/SophyaLib/BaseTools


Ignore:
Timestamp:
Apr 8, 2005, 10:11:39 AM (20 years ago)
Author:
ansari
Message:

Correction de la declaration de trunc avec extern C pour Linux, Reza 8/04/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/timestamp.cc

    r2656 r2666  
    1111#ifdef Linux
    1212// La fonction trunc non declaree ds math.h sous Linux
    13 double trunc   (double x);
     13extern "C" { double trunc   (double x); }
    1414#endif
    1515//-------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.