James Kuszmaul | cf32412 | 2023-01-14 14:07:17 -0800 | [diff] [blame^] | 1 | From 05864e768ca1458c1e24f433d091306a7d47562b Mon Sep 17 00:00:00 2001 |
| 2 | From: PJ Reiniger <pj.reiniger@gmail.com> |
| 3 | Date: Sat, 29 Oct 2022 12:09:03 -0400 |
| 4 | Subject: [PATCH 1/3] Don't emit inline defs |
| 5 | |
| 6 | --- |
| 7 | src/mpack/mpack-platform.c | 2 +- |
| 8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 9 | |
| 10 | diff --git a/src/mpack/mpack-platform.c b/src/mpack/mpack-platform.c |
| 11 | index 6599e1f..d4a2fa3 100644 |
| 12 | --- a/src/mpack/mpack-platform.c |
| 13 | +++ b/src/mpack/mpack-platform.c |
| 14 | @@ -24,7 +24,7 @@ |
| 15 | // standalone definitions of all (non-static) inline functions in MPack. |
| 16 | |
| 17 | #define MPACK_INTERNAL 1 |
| 18 | -#define MPACK_EMIT_INLINE_DEFS 1 |
| 19 | +#define MPACK_EMIT_INLINE_DEFS 0 |
| 20 | |
| 21 | #include "mpack-platform.h" |
| 22 | #include "mpack.h" |