From 243fd41aad28a4a58d8f30eb31bbb65c668fc6d5 Mon Sep 17 00:00:00 2001 From: Eleanor Bartle Date: Mon, 3 Jun 2024 09:29:26 +1000 Subject: [PATCH] Conform to 1/0 style --- include/chibi/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chibi/features.h b/include/chibi/features.h index 9431514f..8461c7bd 100644 --- a/include/chibi/features.h +++ b/include/chibi/features.h @@ -301,7 +301,7 @@ /* uncomment this to make the VM adhere to alignment rules */ /* This is required on some platforms, e.g. ARM */ -/* #define SEXP_USE_ALIGNED_BYTECODE */ +/* #define SEXP_USE_ALIGNED_BYTECODE 1 */ /************************************************************************/ /* These settings are configurable but only recommended for */