This commit is contained in:
blueloveTH 2024-05-03 21:14:33 +08:00
parent 65a810f20c
commit 533ecad9b7
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ namespace pkpy{
#define TOP() (s_data.top())
#define SECOND() (s_data.second())
#define THIRD() (s_data.third())
#define PEEK(n) (s_data.peek(n))
#define STACK_SHRINK(n) (s_data.shrink(n))
#define PUSH(v) (s_data.push(v))
#define POP() (s_data.pop())

View File

@ -996,7 +996,6 @@ __NEXT_STEP:;
#undef TOP
#undef SECOND
#undef THIRD
#undef PEEK
#undef STACK_SHRINK
#undef PUSH
#undef POP