Imported version version 6.0alpha7.
* README, README.Mac, README.OS2, README.QUICK, README.alpha,
README.amiga, README.debugging, README.dj, README.hp, README.linux,
README.rs6000, README.sgi, README.solaris2, README.uts,
README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
hpux_irix_threads.c, makefile.depend, nursery.c,
solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
files.
From-SVN: r42379
2001-05-21 10:35:14 +02:00
|
|
|
#define GC_VERSION_MAJOR 6
|
2001-10-16 11:01:40 +02:00
|
|
|
#define GC_VERSION_MINOR 1
|
2002-02-12 05:37:57 +01:00
|
|
|
#define GC_ALPHA_VERSION 3
|
1999-04-07 10:01:30 +02:00
|
|
|
|
|
|
|
# define GC_NOT_ALPHA 0xff
|
|
|
|
|
|
|
|
#ifndef GC_NO_VERSION_VAR
|
|
|
|
|
|
|
|
unsigned GC_version = ((GC_VERSION_MAJOR << 16) | (GC_VERSION_MINOR << 8) | GC_ALPHA_VERSION);
|
|
|
|
|
|
|
|
#endif /* GC_NO_VERSION_VAR */
|