Changeset 911 for trunk/dll/strips.c


Ignore:
Timestamp:
Jan 7, 2008, 2:01:29 AM (18 years ago)
Author:
Gregg Young
Message:

Commenting, help file, history update for recent changes; Minor clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/strips.c

    r907 r911  
    1313  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1414  29 Dec 07 GKY Add remove_first_occurence_of_character
     15  29 Dec 07 GKY Add remove_last_occurence_of_character
    1516
    1617***********************************************************************/
     
    9091
    9192#pragma alloc_text(MISC8,chop_at_crnl,convert_nl_to_nul,strip_trail_char,strip_lead_char)
     93#pragma alloc_text(MISC8,remove_first_occurence_of_character,remove_last_occurence_of_character)
Note: See TracChangeset for help on using the changeset viewer.