/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This source file is part of SableVM. * * * * See the file "LICENSE" for the copyright information and for * * the terms and conditions for copying, distribution and * * modification of this source file. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #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 */