Ignore:
Timestamp:
Apr 7, 2004, 1:23:08 AM (22 years ago)
Author:
bird
Message:

Struct lconv must be declared.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GCC_3-2-2_BETA4_BRANCH/src/emx/include/sys/locale.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.4.2.1
    r1342 r1343  
    3939#define __ASCII     0x8000      /* In standard ASCII set. */
    4040
    41 #ifdef __INTERNAL_DEFS
    42 
    43 #include <uconv.h>
    44 
    45 /* This structure keeps the time formatting rules. */
    46 struct __locale_time
    47 {
    48   char *smonths [12];           /* Short month names */
    49   char *lmonths [12];           /* Long month names */
    50   char *swdays [7];             /* Short weekday names */
    51   char *lwdays [7];             /* Long weekday names */
    52   char *date_time_fmt;          /* Date and time format */
    53   char *date_fmt;               /* Date format */
    54   char *time_fmt;               /* Time format */
    55   char *am, *pm;                /* AM and PM strings */
    56 };
    57 
    5841/* Locale information structure. */
    5942struct lconv
     
    7760  char p_sign_posn;             /* positioning of non-negative monetary sign */
    7861  char n_sign_posn;             /* positioning of negative monetary sign */
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
    7988};
    8089
Note: See TracChangeset for help on using the changeset viewer.