diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-26 16:39:38 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-26 16:39:38 +0300 |
commit | b3ff589dbd97f6057a03bedc7df8ccca7bd3662f (patch) | |
tree | d2c514b32cde508264519b88d54a90f1b7d27df8 /src/execute.c | |
parent | da9fe1e040b04cbe816c67fab7cb45d7db75107c (diff) | |
download | posthaste-b3ff589dbd97f6057a03bedc7df8ccca7bd3662f.tar.gz posthaste-b3ff589dbd97f6057a03bedc7df8ccca7bd3662f.zip |
formatting
Diffstat (limited to 'src/execute.c')
-rw-r--r-- | src/execute.c | 2 |
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) |