diff options
Diffstat (limited to 'src/buildvm.h')
-rw-r--r-- | src/buildvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm.h b/src/buildvm.h index 53c820ad..4bf4e56d 100644 --- a/src/buildvm.h +++ b/src/buildvm.h | |||
@@ -49,7 +49,7 @@ struct dasm_State; | |||
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | #define BUILDDEF(_) \ | 51 | #define BUILDDEF(_) \ |
52 | _(asm) _(elfasm) _(coffasm) _(machasm) BUILDDEFX(_) _(raw) \ | 52 | _(elfasm) _(coffasm) _(machasm) BUILDDEFX(_) _(raw) \ |
53 | _(ffdef) _(libdef) _(recdef) _(vmdef) \ | 53 | _(ffdef) _(libdef) _(recdef) _(vmdef) \ |
54 | _(folddef) | 54 | _(folddef) |
55 | 55 | ||