ports/lang/librep/patches/patch-src_repint_h

15 lines
437 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/repint.h
--- src/repint.h.orig
+++ src/repint.h
@@ -244,8 +244,8 @@ typedef struct rep_cons_block_struct {
call when the heap needs to grow. */
#if defined __GNUC__ && defined __OPTIMIZE__
-extern __inline__ repv inline_Fcons (repv x, repv y);
-extern __inline__ repv
+static __inline__ repv inline_Fcons (repv x, repv y);
+static __inline__ repv
inline_Fcons (repv x, repv y)
{
rep_cons *c = rep_cons_freelist;