Changeset 2378


Ignore:
Timestamp:
2001-05-07T17:05:38+12:00 (23 years ago)
Author:
jrm21
Message:

renamed function init_process to mg_init_process as OS X happens to have an
internal library function called that...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/src/text/mg_stem_idx.c

    r439 r2378  
    299299
    300300void
    301 init_process ()
     301mg_init_process ()
    302302{
    303303  /* Allocate memory for idx hash table */
     
    878878
    879879  /* Process stemmed dictionary */
    880   init_process ();
     880  mg_init_process ();
    881881  process_stem_dict (sd, stem_method);
    882882  save_idx (filename, stem_method);
Note: See TracChangeset for help on using the changeset viewer.