Changeset 793 for trunk/dll/commafmt.c


Ignore:
Timestamp:
Aug 21, 2007, 4:53:38 AM (18 years ago)
Author:
Gregg Young
Message:

Move #pragma alloc_text to end for OpenWatcom compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/commafmt.c

    r551 r793  
    1212  25 May 05 SHL Drop hundfmt
    1313  25 May 05 SHL Add CommaFmtULL, CommaFmtUL
     14  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1415
    1516***********************************************************************/
     
    2728   **             ANSI locale to make this more robust.
    2829 */
    29 
    30 #pragma alloc_text(MISC8,commafmt,CommaFmtU64)
    3130
    3231#define INCL_LONGLONG
     
    161160  return c;
    162161}
     162
     163#pragma alloc_text(MISC8,commafmt,CommaFmtU64)
Note: See TracChangeset for help on using the changeset viewer.