Changeset 795 for trunk/dll/literal.c
- Timestamp:
- Aug 22, 2007, 1:19:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/literal.c
r759 r795 15 15 16 Jun 06 SHL liternal: comments 16 16 22 Jul 06 SHL Check more run time errors 17 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 17 18 18 19 ***********************************************************************/ … … 32 33 33 34 static INT index(const CHAR * s, const CHAR c); 34 35 #pragma alloc_text(LITERAL,literal,index,fixup,wildcard)36 35 37 36 /* Get index of char in string … … 298 297 return pszOutBuf; 299 298 } 299 300 #pragma alloc_text(LITERAL,literal,index,fixup,wildcard) 301
Note:
See TracChangeset
for help on using the changeset viewer.