Changeset 256


Ignore:
Timestamp:
May 28, 2003, 12:23:22 PM (22 years ago)
Author:
bird
Message:

Include std alias definitions for correct linking.

Location:
trunk/src/emx/src/lib/locale
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/locale/curlcfti.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r255 r256  
    11/* curlcfti.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <emx/locale.h>
  • trunk/src/emx/src/lib/locale/curlconv.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r255 r256  
    11/* curlconv.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <limits.h>
  • trunk/src/emx/src/lib/locale/localeco.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r255 r256  
    11/* localeco.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <limits.h>
     
    3334    }
    3435}
    35    
     36
    3637
    3738struct lconv *_localeconv (int char_max)
  • trunk/src/emx/src/lib/locale/locales.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r255 r256  
    11/* locales.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <limits.h>
  • trunk/src/emx/src/lib/locale/setlocal.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r255 r256  
    11/* setlocal.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */
    22
     3#include "libc-alias.h"
    34#include <stdlib.h>
    45#include <locale.h>
     
    301302  const char *s1, *s2;
    302303  int store, i, len;
    303   static const int cat[5] = 
     304  static const int cat[5] =
    304305    {LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, LC_TIME};
    305306
Note: See TracChangeset for help on using the changeset viewer.