1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/irc/eggdrop/files/patch-src_tclhash.h
Beech Rintoul 1ce2153cf0 -Fix build with clang
- Shorten Makefile header

PR:		ports/175746
Submitted by:	Bryan Drewery <bdrewery@FreeBSD.org>
2013-02-25 21:21:37 +00:00

14 lines
350 B
C

$NetBSD: patch-src_tclhash.h,v 1.1 2012/11/16 00:35:28 joerg Exp $
--- src/tclhash.h.orig 2012-11-15 10:32:27.000000000 +0000
+++ src/tclhash.h
@@ -75,7 +75,7 @@ typedef struct tcl_bind_list_b {
#ifndef MAKING_MODS
-inline void garbage_collect_tclhash(void);
+void garbage_collect_tclhash(void);
void init_bind(void);
void kill_bind(void);