blob: 5f28e94d89a71ed9ddca2dcc1821daafcc4ceb6e [file] [log] [blame]
//===---------- JnjvmConfig.h - Jnjvm configuration file ------------------===//
//
// The VMKit project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef JNJVM_CONFIG_H
#define JNJVM_CONFIG_H
namespace j3 {
class ClassArray;
class ClassPrimitive;
class Class;
class CommonClass;
class JavaConstantPool;
#define UserClassArray ClassArray
#define UserClassPrimitive ClassPrimitive
#define UserClass Class
#define UserCommonClass CommonClass
#define UserConstantPool JavaConstantPool
}
#define ISOLATE_STATIC static
#define NR_ISOLATES 1
#endif // JNJVM_CONFIG_H