aboutsummaryrefslogtreecommitdiff
path: root/src/execute.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-26 16:39:38 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-26 16:39:38 +0300
commitb3ff589dbd97f6057a03bedc7df8ccca7bd3662f (patch)
treed2c514b32cde508264519b88d54a90f1b7d27df8 /src/execute.c
parentda9fe1e040b04cbe816c67fab7cb45d7db75107c (diff)
downloadposthaste-b3ff589dbd97f6057a03bedc7df8ccca7bd3662f.tar.gz
posthaste-b3ff589dbd97f6057a03bedc7df8ccca7bd3662f.zip
formatting
Diffstat (limited to 'src/execute.c')
-rw-r--r--src/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execute.c b/src/execute.c
index d5e180e..ace4adc 100644
--- a/src/execute.c
+++ b/src/execute.c
@@ -8,7 +8,7 @@
#define UNUSED(x) (void)x
-#define DEF(x) \
+#define DEF(x) \
static void exec_##x(struct insn i, size_t sp, struct vec *stack, \
struct vec *globals)