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/ivf.pass1.cpp

    r856 r2468  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
     22#include "UCArray.h"
    2423#include "sysfuncs.h"
    25 
    2624#include "mg_files.h"
    2725#include "invf.h"
     
    2927#include "build.h"
    3028#include "locallib.h"
    31 #include "UCArray.h"
    3229#include "bitio_m_stdio.h"
    3330#include "bitio_gen.h"
     
    4744#  include <map>
    4845#endif
    49 
    50 
    51 /*
    52    $Log$
    53    Revision 1.1  2000/01/14 02:26:07  sjboddie
    54    Rodgers new C++ mg
    55 
    56    *
    57  */
    58 
    59 
    6046
    6147// a fragment corresponds to the index level (word-level is the
Note: See TracChangeset for help on using the changeset viewer.