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/perf_hash.cpp

    r2377 r2468  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************
    2321 *
     
    2725 *
    2826 **************************************************************************/
    29 
    30 /*
    31    $Log$
    32    Revision 1.2  2001/05/07 04:59:59  jrm21
    33    replaced bcopy with memcpy
    34 
    35    Revision 1.1  2000/01/14 02:17:13  sjboddie
    36    Rodgers new C++ mg
    37 
    38    Revision 1.1  1998/11/17 09:32:17  rjmcnab
    39    *** empty log message ***
    40 
    41    * Revision 1.2  1994/08/22  00:26:30  tes
    42    * Made perf_hash take the ceiling of 1.23 * num
    43    * in lieu of the floor.
    44    * This was done so that perf_hash works ok on
    45    * a small number of keys.
    46    *
    47    * Revision 1.1  1994/08/22  00:24:49  tes
    48    * Initial placement under CVS.
    49    *
    50  */
    51 
    52 static char *RCSID = "$Id$";
    53 
    5427
    5528#define STRUCT
Note: See TracChangeset for help on using the changeset viewer.