Changeset 3048


Ignore:
Timestamp:
2002-03-05T10:55:42+13:00 (22 years ago)
Author:
jrm21
Message:

removed #define of setlocale.
1) We don't use setlocale anywhere anyway.
2) setlocale is ansi and posix, so #defining it can cause problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/lib/sysfuncs.h

    r3016 r3048  
    329329#include <locale.h>
    330330#endif
     331/*** setlocale is ansi and posix...(jrm21)
    331332#if !HAVE_SETLOCALE
    332333#define setlocale(Category, Locale)
    333334#endif
     335***/
    334336
    335337#if ENABLE_NLS
Note: See TracChangeset for help on using the changeset viewer.