ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Tree-M/MT/MTentry.h
(Generate patch)

Comparing Tree-M/MT/MTentry.h (file contents):
Revision 1.1 by root, Sun May 6 00:45:52 2001 UTC vs.
Revision 1.2 by root, Sun May 27 13:40:58 2001 UTC

24#ifndef MTENTRY_H 24#ifndef MTENTRY_H
25#define MTENTRY_H 25#define MTENTRY_H
26 26
27#include <string.h> 27#include <string.h>
28#include <stdio.h> 28#include <stdio.h>
29#include <float.h>
29#ifndef MAXDOUBLE 30#ifndef MAXDOUBLE
30#ifdef _WIN32 // for MAXDOUBLE
31#include <float.h>
32#define MAXDOUBLE DBL_MAX 31#define MAXDOUBLE DBL_MAX
33#else
34#include <values.h>
35#endif
36#endif 32#endif
37#include "GiST.h" 33#include "GiST.h"
38#include "MTobject.h" 34#include "MTobject.h"
39 35
40class MTentry; 36class MTentry;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines