Ignore:
Timestamp:
2004-11-29T16:15:13+13:00 (19 years ago)
Author:
kjdon
Message:

added some changes made by Emanuel Dejanu (Simple Words)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mg/lib/memlib.c

    r3745 r8694  
    2424/*
    2525   $Log$
     26   Revision 1.2  2004/11/29 03:15:13  kjdon
     27   added some changes made by Emanuel Dejanu (Simple Words)
     28
    2629   Revision 1.1  2003/02/20 21:14:16  mdewsnip
    2730   Addition of MG package for search and retrieval
     
    4548
    4649/* Defined as strdup is not an ANSI function */
     50/* change the name so we do not have problems with other libs */
    4751char *
    48 my_strdup(const char *str)
     52my_mg_strdup(const char *str)
    4953{
    5054  char *ret_str = malloc(strlen(str)+1);
     
    6064Free_func Xfree = free;
    6165
    62 Strdup_func Xstrdup = my_strdup;
     66Strdup_func Xstrdup = my_mg_strdup;
Note: See TracChangeset for help on using the changeset viewer.