source: trunk/src/gcc/libjava/include/jvm.h@ 141

Last change on this file since 141 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 13.2 KB
Line 
1// jvm.h - Header file for private implementation information. -*- c++ -*-
2
3/* Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation
4
5 This file is part of libgcj.
6
7This software is copyrighted work licensed under the terms of the
8Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9details. */
10
11#ifndef __JAVA_JVM_H__
12#define __JAVA_JVM_H__
13
14// Define this before including jni.h.
15// jni.h is included by jvmpi.h, which might be included. We define
16// this unconditionally because it is convenient and it lets other
17// files include jni.h without difficulty.
18#define __GCJ_JNI_IMPL__
19
20#include <gcj/javaprims.h>
21
22#include <java-assert.h>
23#include <java-threads.h>