* error.c (dump_function_name): Don't crash if given a friend
[official-gcc.git] / libjava / include / boehm-gc.h
blob6081a8981bf1fa79009bc90951ac1f5699949d3e
1 // -*- c++ -*-
2 // boehm-gc.h - Defines for Boehm collector.
4 /* Copyright (C) 1998, 1999 Cygnus Solutions
6 This file is part of libgcj.
8 This software is copyrighted work licensed under the terms of the
9 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
10 details. */
12 #ifndef __JV_BOEHM_GC__
13 #define __JV_BOEHM_GC__
15 #define JV_MARKOBJ_DECL void *_Jv_MarkObj (void *, void *, void *, void *)
16 #define JV_MARKARRAY_DECL void *_Jv_MarkArray (void *, void *, void *, void *)
18 extern "C"
20 JV_MARKOBJ_DECL;
21 JV_MARKARRAY_DECL;
24 #endif /* __JV_BOEHM_GC__ */