aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/no-gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/include/no-gc.h')
-rw-r--r--libjava/include/no-gc.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libjava/include/no-gc.h b/libjava/include/no-gc.h
new file mode 100644
index 0000000..f5775b9
--- /dev/null
+++ b/libjava/include/no-gc.h
@@ -0,0 +1,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__ */