aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/no-gc.h
blob: f5775b9f5e52b4769125667afb6ba9e62064a27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- c++ -*-
// no-gc.h - Defines for no garbage collector.

/* Copyright (C) 1998, 1999  Cygnus Solutions

   This file is part of libgcj.

This software is copyrighted work licensed under the terms of the
Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
details.  */

#ifndef __JV_NO_GC__
#define __JV_NO_GC__

// Nothing.

#endif /* __JV_NO_GC__ */