/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This file is part of SableVM. * * See the file "LICENSE" for Copyright information and the * * terms and conditions for copying, distribution and * * modification of SableVM. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef SVM_PREPARE_H #define SVM_PREPARE_H #define _svmm_get_interface_method_id(env, name, descriptor, mid) \ _svmh_get_interface_method_id (env, name, descriptor, &mid) #endif /* NOT SVM_PREPARE_H */