rename _def.h to _template.h

This commit is contained in:
lyon 2023-06-10 16:59:43 +08:00
parent ea986f3ef8
commit ae561ab04a
4 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
* SOFTWARE.
*/
#include "__default_filter_msg_def.h"
#include "__default_filter_msg_template.h"
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wunknown-warning-option"

View File

@ -26,7 +26,7 @@
*/
#include "__instruction_def.h"
#include "__instruction_template.h"
//! just append ins to the end, insert ins would brake the pre-compiled
//! bytecode.