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

    r633 r793  
    1010
    1111  22 Apr 07 GKY Add RunFM2Util to find and run apps from the FM2Utilities
     12  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1213
    1314***********************************************************************/
     
    3031
    3132#pragma data_seg(DATA1)
    32 #pragma alloc_text(MISC9,first_path,searchapath,searchpath,RunFM2Util)
    3333
    3434//== RunFM2Util() Find and run an app from the FM2utilities ==
     
    129129  return found;
    130130}
     131
     132#pragma alloc_text(MISC9,first_path,searchapath,searchpath,RunFM2Util)
Note: See TracChangeset for help on using the changeset viewer.