Changeset 793 for trunk/dll/commafmt.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/commafmt.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/commafmt.c
r551 r793 12 12 25 May 05 SHL Drop hundfmt 13 13 25 May 05 SHL Add CommaFmtULL, CommaFmtUL 14 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 14 15 15 16 ***********************************************************************/ … … 27 28 ** ANSI locale to make this more robust. 28 29 */ 29 30 #pragma alloc_text(MISC8,commafmt,CommaFmtU64)31 30 32 31 #define INCL_LONGLONG … … 161 160 return c; 162 161 } 162 163 #pragma alloc_text(MISC8,commafmt,CommaFmtU64)
Note:
See TracChangeset
for help on using the changeset viewer.
