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_invf_dict.cpp

    r856 r860  
    3030/*
    3131   $Log$
     32   Revision 1.2  2000/01/18 03:53:24  rjmcnab
     33   Fixed a couple of bugs and made building silent if needed.
     34
    3235   Revision 1.1  2000/01/14 02:26:16  sjboddie
    3336   Rodgers new C++ mg
     
    193196 
    194197  // print out information
     198#ifndef SILENT
    195199  Message ("Max word block size = %d\n", bdh.max_wblk_size);
    196200  Message ("Max tag block size = %d\n", bdh.max_tblk_size);
    197201  Message ("Number of word blocks written = %d\n", bdh.num_wblks);
    198202  Message ("Number of tag blocks written = %d\n", bdh.num_tblks);
     203#endif
    199204}
    200205
Note: See TracChangeset for help on using the changeset viewer.