Skip to content
  • Kjell Ahlstedt's avatar
    Use std::time_t instead of ::time_t. · 7ee60984
    Kjell Ahlstedt authored
    * build/c_std.m4:
    * glib/src/date.[hg|ccg]: Use std::time_t instead of ::time_t. Only
    std::time_t is required to be declared in <ctime>, which is recommended
    instead of <time.h> in C++ programs.
    7ee60984