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

    r775 r793  
    1212  17 Jul 06 SHL Use Runtime_Error
    1313  06 Aug 07 GKY Increase Subject EA to 1024
     14  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1415
    1516***********************************************************************/
     
    2829#include "fm3dlg.h"
    2930#include "fm3str.h"
    30 
    31 #pragma alloc_text(FMINPUT,Subject)
    3231
    3332static PSZ pszSrcFile = __FILE__;
     
    151150  return ret;                           // No change?
    152151}
     152
     153#pragma alloc_text(FMINPUT,Subject)
Note: See TracChangeset for help on using the changeset viewer.