Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/startup.cfa

    r6e33a2d rae66348  
    1414//
    1515
    16 #include <time.h>                // tzset
    17 #include <locale.h>        // setlocale
     16#include <time.h>                                                                               // tzset
    1817#include "startup.hfa"
    1918
     
    2221    void __cfaabi_appready_startup( void ) {
    2322                tzset();                                                                                // initialize time global variables
    24                 setlocale(LC_NUMERIC, "");
    2523                #ifdef __CFA_DEBUG__
    2624                extern void heapAppStart();
Note: See TracChangeset for help on using the changeset viewer.