Ignore:
Timestamp:
2001-05-24T17:06:48+12:00 (23 years ago)
Author:
sjboddie
Message:

Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. I
still can't get it to compile under VC++ 4.2 because of some weird
behaviour in STLport.

Also tidied up a little and removed some of the old log information
that was scattered about in some of the files.

File:
1 edited

Legend:

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

    r856 r2468  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************/
     
    3533#include "locallib.h"
    3634#include "mg_files.h"
    37 
    38 /*
    39    $Log$
    40    Revision 1.1  2000/01/14 02:26:04  sjboddie
    41    Rodgers new C++ mg
    42 
    43    Revision 1.1  1999/10/11 02:57:10  cs025
    44    Base install of MG-PP
    45 
    46    Revision 1.1  1999/08/10 21:17:48  sjboddie
    47    renamed mg-1.3d directory mg
    48 
    49    Revision 1.1  1998/11/17 09:34:34  rjmcnab
    50    *** empty log message ***
    51 
    52    * Revision 1.3  1994/10/20  03:56:41  tes
    53    * I have rewritten the boolean query optimiser and abstracted out the
    54    * components of the boolean query.
    55    *
    56    * Revision 1.2  1994/09/20  04:41:24  tes
    57    * For version 1.1
    58    *
    59  */
    60 
    6135
    6236compression_dict_header cdh;
Note: See TracChangeset for help on using the changeset viewer.