Changeset 113 for trunk


Ignore:
Timestamp:
1999-01-15T16:05:51+13:00 (25 years ago)
Author:
rjmcnab
Message:

Renamed lib/heap to be lib/mgheap (it was causing some problems with
some versions of the STL libraries which contained a heap.h)

Location:
trunk/gsdl/packages/mg-1.3d
Files:
2 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg-1.3d/lib/Makefile.in

    r79 r113  
    7878    bitio_m_random.h   filestats.h        local_strings.h    lovinstem.h \
    7979    bitio_m_stdio.h    getopt.h           memlib.h \
    80     bitio_gen.h        bitio_mem.h        heap.h             messages.h \
     80    bitio_gen.h        bitio_mem.h        mgheap.h             messages.h \
    8181    bitio_m.h          bitio_mems.h       huffman.h          timing.h \
    8282    bitio_m_mem.h      bitio_random.h     huffman_mem.h      perf_hash.h \
     
    8888
    8989SOURCES = \
    90     bitio_random.c    heap.c            memlib.c \
     90    bitio_random.c    mgheap.c            memlib.c \
    9191    bitio_stdio.c     huffman.c         messages.c \
    9292    bitio_gen.c       filestats.c       huffman_mem.c     perf_hash.c \
     
    100100
    101101OBJECTS = @ALLOCA@ @LIBOBJS@ \
    102     bitio_random$o    heap$o            memlib$o \
     102    bitio_random$o    mgheap$o            memlib$o \
    103103    bitio_stdio$o     huffman$o         messages$o \
    104104    bitio_gen$o       filestats$o       huffman_mem$o     perf_hash$o \
  • trunk/gsdl/packages/mg-1.3d/lib/WIN32.MAK

    r79 r113  
    4949    bitio_m_random.h   filestats.h        local_strings.h    lovinstem.h \
    5050    bitio_m_stdio.h    getopt.h           memlib.h \
    51     bitio_gen.h        bitio_mem.h        heap.h             messages.h \
     51    bitio_gen.h        bitio_mem.h        mgheap.h             messages.h \
    5252    bitio_m.h          bitio_mems.h       huffman.h          timing.h \
    5353    bitio_m_mem.h      bitio_random.h     huffman_mem.h      perf_hash.h \
     
    5757
    5858SOURCES = \
    59     bitio_random.c    heap.c            memlib.c \
     59    bitio_random.c    mgheap.c            memlib.c \
    6060    bitio_stdio.c     huffman.c         messages.c \
    6161    bitio_gen.c       filestats.c       huffman_mem.c     perf_hash.c \
     
    6868
    6969OBJECTS =   rx$o \
    70     bitio_random$o    heap$o            memlib$o \
     70    bitio_random$o    mgheap$o            memlib$o \
    7171    bitio_stdio$o     huffman$o         messages$o \
    7272    bitio_gen$o       filestats$o       huffman_mem$o     perf_hash$o \
  • trunk/gsdl/packages/mg-1.3d/src/text/mg_compression_dict.c

    r79 r113  
    3131#include "bitio_m_stdio.h"
    3232#include "timing.h"
    33 #include "heap.h"
     33#include "mgheap.h"
    3434#include "netorder.h"  /* [RPAP - Jan 97: Endian Ordering] */
    3535
     
    4545/*
    4646   $Log$
     47   Revision 1.4  1999/01/15 03:05:51  rjmcnab
     48
     49   Renamed lib/heap to be lib/mgheap (it was causing some problems with
     50   some versions of the STL libraries which contained a heap.h)
     51
    4752   Revision 1.3  1998/12/17 09:12:52  rjmcnab
    4853
  • trunk/gsdl/packages/mg-1.3d/src/text/mg_text_estimate.c

    r79 r113  
    3131#include "bitio_m_stdio.h"
    3232#include "timing.h"
    33 #include "heap.h"
     33#include "mgheap.h"
    3434#include "netorder.h"  /* [RPAP - Jan 97: Endian Ordering] */
    3535
     
    4949/*
    5050   $Log$
     51   Revision 1.4  1999/01/15 03:05:51  rjmcnab
     52
     53   Renamed lib/heap to be lib/mgheap (it was causing some problems with
     54   some versions of the STL libraries which contained a heap.h)
     55
    5156   Revision 1.3  1998/12/17 09:12:53  rjmcnab
    5257
Note: See TracChangeset for help on using the changeset viewer.