/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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_CLASS_FILE_H #define SVM_CLASS_FILE_H #define _svmm_parse_class_file(env,cli,len,bytes,class) \ _svmh_parse_class_file (env, cli, len, bytes, &class) #endif /* SVM_CLASS_FILE_H */