/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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_FATAL_H #define SVM_FATAL_H #define _svmm_fatal_error(msg) \ _svmh_fatal_error(__FILE__, __LINE__, msg) #endif /* not SVM_FATAL_H */