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