Changeset 793 for trunk/dll/string.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/string.c

    r551 r793  
    1010
    1111  22 Jul 06 SHL Comments
     12  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1213
    1314***********************************************************************/
     
    2627#include "fm3str.h"
    2728#include "version.h"
    28 
    29 #pragma alloc_text(STRINGS,LoadStrings,GetPString)
    3029
    3130static char **strs, *str;
     
    131130  return numStr && str && strs;
    132131}
     132
     133#pragma alloc_text(STRINGS,LoadStrings,GetPString)
Note: See TracChangeset for help on using the changeset viewer.