Ignore:
Timestamp:
2000-01-18T16:53:24+13:00 (24 years ago)
Author:
rjmcnab
Message:

Fixed a couple of bugs and made building silent if needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/text/mg_stem_idx.cpp

    r858 r860  
    4646/*
    4747   $Log$
     48   Revision 1.3  2000/01/18 03:53:24  rjmcnab
     49   Fixed a couple of bugs and made building silent if needed.
     50
    4851   Revision 1.2  2000/01/14 02:45:51  sjboddie
    4952   fixed compiler warning
     
    188191 
    189192  // print out information
     193#ifndef SILENT
    190194  Message ("Num word stems = %d\n", sih.dict_size);
    191195  Message ("Max stem block size = %d\n", sih.max_block_size);
    192196  Message ("Number of stem blocks written = %d\n", sih.num_blocks);
     197#endif
    193198}
    194199
Note: See TracChangeset for help on using the changeset viewer.