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

    r856 r860  
    2525/*
    2626   $Log$
     27   Revision 1.2  2000/01/18 03:53:23  rjmcnab
     28   Fixed a couple of bugs and made building silent if needed.
     29
    2730   Revision 1.1  2000/01/14 02:26:13  sjboddie
    2831   Rodgers new C++ mg
     
    133136  bzero (fixup, fixup_mem);
    134137
     138#ifndef SILENT
    135139  Message ("Estimated memory for fast_dict %u", mem);
    136140  Message ("Estimated memory for fixups %u", fixup_mem);
     141#endif
    137142
    138143  load_comp_dict (filename);
    139144
     145#ifndef SILENT
    140146  Message ("Actual memory for fast_dict %u", (char *) cur - (char *) buffer);
     147#endif
    141148
    142149  if ((u_long) cur > (u_long) buffer + mem)
Note: See TracChangeset for help on using the changeset viewer.