diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gc_cpp.cc | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2009-10-19 Ivan Maidanski <ivmai@mail.ru> + * gc_cpp.cc: Include "gc_cpp.h" instead of <gc_cpp.h>. + +2009-10-19 Ivan Maidanski <ivmai@mail.ru> + * include/private/gc_priv.h (GC_INNER): New macro (for GC-scope variable definitions). * include/private/gc_priv.h (GC_EXTERN): Update the comment. @@ -32,7 +32,7 @@ Authors: John R. Ellis and Jesse Hull # define GC_BUILD # endif -#include <gc_cpp.h> +#include "gc_cpp.h" void* operator new( size_t size ) { return GC_MALLOC_UNCOLLECTABLE( size );} |