mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
23 lines
687 B
Diff
23 lines
687 B
Diff
From 05864e768ca1458c1e24f433d091306a7d47562b Mon Sep 17 00:00:00 2001
|
|
From: PJ Reiniger <pj.reiniger@gmail.com>
|
|
Date: Sat, 29 Oct 2022 12:09:03 -0400
|
|
Subject: [PATCH 1/3] Don't emit inline defs
|
|
|
|
---
|
|
src/mpack/mpack-platform.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/mpack/mpack-platform.c b/src/mpack/mpack-platform.c
|
|
index 6599e1f..d4a2fa3 100644
|
|
--- a/src/mpack/mpack-platform.c
|
|
+++ b/src/mpack/mpack-platform.c
|
|
@@ -24,7 +24,7 @@
|
|
// standalone definitions of all (non-static) inline functions in MPack.
|
|
|
|
#define MPACK_INTERNAL 1
|
|
-#define MPACK_EMIT_INLINE_DEFS 1
|
|
+#define MPACK_EMIT_INLINE_DEFS 0
|
|
|
|
#include "mpack-platform.h"
|
|
#include "mpack.h"
|