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/lib/mgheap.cpp

    r855 r2468  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2000/01/14 02:17:11  sjboddie
    27    Rodgers new C++ mg
    28 
    29    Revision 1.1  1999/10/11 02:55:18  cs025
    30    Base install of MG-PP
    31 
    32    Revision 1.1  1999/08/10 21:16:55  sjboddie
    33    renamed mg-1.3d directory mg
    34 
    35    Revision 1.1  1999/01/15 03:05:50  rjmcnab
    36 
    37    Renamed lib/heap to be lib/mgheap (it was causing some problems with
    38    some versions of the STL libraries which contained a heap.h)
    39 
    40    Revision 1.1  1998/11/17 09:32:01  rjmcnab
    41    *** empty log message ***
    42 
    43    * Revision 1.1  1994/08/22  00:24:43  tes
    44    * Initial placement under CVS.
    45    *
    46  */
    47 
    48 static char *RCSID = "$Id$";
    4921
    5022#include "mgheap.h"
Note: See TracChangeset for help on using the changeset viewer.