Description: Fix GCC 7 inline error
Author: NBonaparte <98007b33@opayq.com>
Origin: upstream
Bug: https://github.com/geommer/yabar/issues/154
Applied-Upstream: https://github.com/geommer/yabar/commit/9779a5e04bd6e8cdc1c9fcf5d7ac31416af85a53
Last-Update: 2019-01-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/intern_blks/ya_intern.c
+++ b/src/intern_blks/ya_intern.c
@@ -38,7 +38,7 @@
 
 #ifdef YA_INTERNAL
 
-inline void ya_setup_prefix_suffix(ya_block_t *blk, size_t * prflen, size_t *suflen, char **startstr) {
+__attribute__ ((gnu_inline)) inline void ya_setup_prefix_suffix(ya_block_t *blk, size_t * prflen, size_t *suflen, char **startstr) {
 	if(blk->internal->prefix) {
 		*prflen = strlen(blk->internal->prefix);
 		if(*prflen) {
