[BACK]Return to README.macros CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / doc

Diff for /OpenXM_contrib2/asir2000/gc/doc/README.macros between version 1.1 and 1.2

version 1.1, 2002/07/24 08:00:16 version 1.2, 2003/06/24 05:11:38
Line 51  _DLL  Defined by Visual C++ if dynamic libraries are b
Line 51  _DLL  Defined by Visual C++ if dynamic libraries are b
                 __declspec(dllexport) needs to be added to declarations                  __declspec(dllexport) needs to be added to declarations
                 to support the case in which the collector is in a dll.                  to support the case in which the collector is in a dll.
   
 GC_DLL          User-settable macro that forces the effect of _DLL.  GC_DLL          User-settable macro that forces the effect of _DLL.  Set
                   by gc.h if _DLL is defined and GC_NOT_DLL is undefined.
                   This is the macro that is tested internally to determine
                   whether the GC is in its own dynamic library.  May need
                   to be set by clients before including gc.h.  Note that
                   inside the GC implementation it indicates that the
                   collector is in its own dynamic library, should export
                   its symbols, etc.  But in clients it indicates that the
                   GC resides in a different DLL, its entry points should
                   be referenced accordingly, and precautions may need to
                   be taken to properly deal with statically allocated
                   variables in the main program.  Used only for MS Windows.
   
 GC_NOT_DLL      User-settable macro that overrides _DLL, e.g. if dynamic  GC_NOT_DLL      User-settable macro that overrides _DLL, e.g. if dynamic
                 libraries are used, but the collector is in a static library.                  libraries are used, but the collector is in a static library.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>