Changeset 2111 in Sophya for trunk/SophyaLib/BaseTools


Ignore:
Timestamp:
Jul 17, 2002, 11:17:10 PM (23 years ago)
Author:
ansari
Message:

Erreur declaration strptime (const mal place - detecte par M. Reinecke) - Reza 17/7/2002

File:
1 edited

Legend:

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

    r1900 r2111  
    1919#if defined(OS_LINUX) || defined(OS_MACOSX)
    2020extern "C" {
    21 char *strptime(char *buf, const char *format, const struct tm *tm);
     21char *strptime(const char *buf, const char *format, struct tm *tm);
    2222}
    2323#endif
Note: See TracChangeset for help on using the changeset viewer.