]> gcc.gnu.org Git - gcc.git/blob - libjava/include/no-gc.h
Initial revision
[gcc.git] / libjava / include / no-gc.h
1 // -*- c++ -*-
2 // no-gc.h - Defines for no garbage collector.
3
4 /* Copyright (C) 1998, 1999 Cygnus Solutions
5
6 This file is part of libgcj.
7
8 This software is copyrighted work licensed under the terms of the
9 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
10 details. */
11
12 #ifndef __JV_NO_GC__
13 #define __JV_NO_GC__
14
15 // Nothing.
16
17 #endif /* __JV_NO_GC__ */
This page took 0.035149 seconds and 5 git commands to generate.