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/mg.special.cpp

    r856 r2468  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
     22// need this to avoid bizarre compiler problems under VC++ 6.0
     23#if defined (__WIN32__) && !defined (GSDL_USE_IOS_H)
     24# include <iostream>
     25#endif
     26
    2427#include "sysfuncs.h"
    25 
    2628#include "mg.h"
    2729#include "build.h"
    28 
    29 
    30 /*
    31    $Log$
    32    Revision 1.1  2000/01/14 02:26:10  sjboddie
    33    Rodgers new C++ mg
    34 
    35    Revision 1.1  1999/10/11 02:57:45  cs025
    36    Base install of MG-PP
    37 
    38    Revision 1.1  1999/08/10 21:18:03  sjboddie
    39    renamed mg-1.3d directory mg
    40 
    41    Revision 1.1  1998/11/17 09:34:51  rjmcnab
    42    *** empty log message ***
    43 
    44    * Revision 1.3  1994/10/20  03:56:53  tes
    45    * I have rewritten the boolean query optimiser and abstracted out the
    46    * components of the boolean query.
    47    *
    48    * Revision 1.2  1994/09/20  04:41:44  tes
    49    * For version 1.1
    50    *
    51  */
    52 
    5330
    5431int init_special (const TagInfo &/*tagInfo*/, char * /*FileName*/) {
Note: See TracChangeset for help on using the changeset viewer.