Changeset 795 for trunk/dll/literal.c


Ignore:
Timestamp:
Aug 22, 2007, 1:19:57 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/literal.c

    r759 r795  
    1515  16 Jun 06 SHL liternal: comments
    1616  22 Jul 06 SHL Check more run time errors
     17  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1718
    1819***********************************************************************/
     
    3233
    3334static INT index(const CHAR * s, const CHAR c);
    34 
    35 #pragma alloc_text(LITERAL,literal,index,fixup,wildcard)
    3635
    3736/* Get index of char in string
     
    298297  return pszOutBuf;
    299298}
     299
     300#pragma alloc_text(LITERAL,literal,index,fixup,wildcard)
     301
Note: See TracChangeset for help on using the changeset viewer.