Changeset 1796 for trunk/src/emx/include/locale.h
- Timestamp:
- Jan 28, 2005, 8:19:00 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/locale.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1795 r1796 64 64 char p_sign_posn; /** positioning of non-negative monetary sign */ 65 65 char n_sign_posn; /** positioning of negative monetary sign */ 66 #if 0 /* bird: we don't have this information (it's C99 stuff btw). */67 66 char int_p_cs_precedes; 68 67 char int_n_cs_precedes; … … 71 70 char int_p_sign_posn; 72 71 char int_n_sign_posn; 73 #endif74 72 }; 75 73 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.